Html Css Color HEX #474A76 Corn Flower Blue

📋 copy color: '#474A76'

red 71 ◦ green 74 ◦ blue 118

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

Shades of Corn Flower Blue #474A76

Tints of Corn Flower Blue #474A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.87%

R = 27%
G = 28.14%
B = 44.87%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474A76 (or 0x474A76) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 76. RGB value is (71,74,118). Sum of RGB (Red+Green+Blue) = 71+74+118=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #474A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A76 is #B8B589. Grayscale: #4D4D4D. Windows color (decimal): -12105098 or 7752263. OLE color: 7752263.

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

Color convert

RGB 71 74 118 -
CMYK 0.40 0.37 0 0.54
HSL 236.17º 0.25% 0.37% -
HSV(B) 236.17º 0.4% 0.46% -
XYZ 8.32 7.55 18.16 -
YUV 78.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 71 74 118 0.40 0.37 0 0.54 236.17 0.25 0.37
Hex 47 4A 76 28 25 0 36 EC 19 25
Octal 107 112 166 50 45 0 66 354 31 45
Binary 1000111 1001010 1110110 101000 100101 0 110110 11101100 11001 100101

Color Harmonies of #474A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A76

Black with #474A76

Text Example


Text Example

White with #474A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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