Color Hex Logo

#4794ca Color Hex

#4794CA
(71,148,202)
0 Favorites   0 Comments

Color spaces of #4794ca

RGB 71148202
HSL0.570.550.54
HSV205°65°79°
CMYK 0.650.270.00   0.21
XYZ23.849126.783759.7899
Yxy26.78370.21600.2426
Hunter Lab51.7530-8.3103-32.2703
CIE-Lab58.7736-6.9342-34.8569

#4794ca color RGB value is (71,148,202).

#4794ca hex color red value is 71, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4794ca hue: 0.57 , saturation: 0.55 and the lightness value of 4794ca is 0.54.

The process color (four color CMYK) of #4794ca color hex is 0.65, 0.27, 0.00, 0.21. Web safe color of #4794ca is #3399cc. Color #4794ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 11001010
Octal 107 224 312
Decimal 71 148 202
Hex 47 94 CA

RGB Percentages of Color #4794ca

%16.86
%35.15
%47.98

CMYK Percentages of Color #4794ca

%65
%27
%0
%21

Triadic Colors of #4794ca

#4794ca #ca4794 #94ca47

Analogous Colors of #4794ca

#4794ca #4753ca #47cabf

Monochromatic Colors of #4794ca

#4794ca

Complementary Color

#4794ca #ca7d47

#4794ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4794ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4794ca Color CSS Codes

.mybgcolor {background-color:#4794ca; } 
.myforecolor {color:#4794ca; }
.mybordercolor {border:3px solid #4794ca; }

#4794ca Text Font Color

<p style="color:#4794ca">Text here</p>

This sample text font color is #4794ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4794ca Background Color

<div style="background-color:#4794ca">
Div content here</div>

This div background color is #4794ca


#4794ca Border Color

<div style="border:3px solid #4794ca">
Div here</div>

This div border color is #4794ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,148,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4794ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4794ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4794ca;
  box-shadow:         1px 1px 3px 2px #4794ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,148,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4794ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4794ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4794ca;
  box-shadow:         1px 1px 3px 2px #4794ca;">
Div content here</div>

This div box has shadow with color #4794ca


Comments

No comments written yet.

Please login to write comment.