Html Css Color HEX #474777 Corn Flower Blue

📋 copy color: '#474777'

red 71 ◦ green 71 ◦ blue 119

#474777
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #474777

Tints of Corn Flower Blue #474777

RGB

 RED value IS 71 (28.13% from 255) = 27.2%

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 27.2%
G = 27.2%
B = 45.59%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#474777 (or 0x474777) is known color: Corn Flower Blue. HEX triplet: 47, 47 and 77. RGB value is (71,71,119). Sum of RGB (Red+Green+Blue) = 71+71+119=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #474777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474777 is #B8B888. Grayscale: #4C4C4C. Windows color (decimal): -12105865 or 7817031. OLE color: 7817031.

HSL color Cylindrical-coordinate representation of color #474777: hue angle of 240º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474777 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 71 119 -
CMYK 0.40 0.40 0 0.53
HSL 240º 0.25% 0.37% -
HSV(B) 240º 0.4% 0.47% -
XYZ 8.18 7.18 18.41 -
YUV 76.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 71 71 119 0.40 0.40 0 0.53 240 0.25 0.37
Hex 47 47 77 28 28 0 35 F0 19 25
Octal 107 107 167 50 50 0 65 360 31 45
Binary 1000111 1000111 1110111 101000 101000 0 110101 11110000 11001 100101

Color Harmonies of #474777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474777

Black with #474777

Text Example


Text Example

White with #474777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474777; }

 p { color: rgb(71,71,119); }

 H1.HeaderClassName
 {
   color: #474777;
 }
 .AnyTagClassName
 {
   color: #474777;
 }
</style>

background-color css

<style>
 a { background-color: #474777; }

 a { background-color: rgb(71,71,119); }

 div.DivClassName
 {
   background-color: #474777;
 }
 .BgClassName
 {
   background-color: #474777;
 }
</style>

border-color css

<style>
 span { border-color: #474777; }

 span { border-color: rgb(71,71,119); }

 td.TdClassName
 {
   border-color: #474777;
 }
 .TagClassName
 {
   border-color: #474777;
 }
</style>