Html Css Color HEX #474A77 Corn Flower Blue

📋 copy color: '#474A77'

red 71 ◦ green 74 ◦ blue 119

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

Shades of Corn Flower Blue #474A77

Tints of Corn Flower Blue #474A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

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

R = 26.89%
G = 28.03%
B = 45.08%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474A77 (or 0x474A77) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 77. RGB value is (71,74,119). Sum of RGB (Red+Green+Blue) = 71+74+119=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #474A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A77 is #B8B588. Grayscale: #4E4E4E. Windows color (decimal): -12105097 or 7817799. OLE color: 7817799.

HSL color Cylindrical-coordinate representation of color #474A77: hue angle of 236.25º 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 #474A77 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 74 119 -
CMYK 0.40 0.38 0 0.53
HSL 236.25º 0.25% 0.37% -
HSV(B) 236.25º 0.4% 0.47% -
XYZ 8.38 7.57 18.47 -
YUV 78.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 71 74 119 0.40 0.38 0 0.53 236.25 0.25 0.37
Hex 47 4A 77 28 26 0 35 EC 19 25
Octal 107 112 167 50 46 0 65 354 31 45
Binary 1000111 1001010 1110111 101000 100110 0 110101 11101100 11001 100101

Color Harmonies of #474A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A77

Black with #474A77

Text Example


Text Example

White with #474A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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