Html Css Color HEX #474A78 Corn Flower Blue

📋 copy color: '#474A78'

red 71 ◦ green 74 ◦ blue 120

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

Shades of Corn Flower Blue #474A78

Tints of Corn Flower Blue #474A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 26.79%
G = 27.92%
B = 45.28%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474A78 (or 0x474A78) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 78. RGB value is (71,74,120). Sum of RGB (Red+Green+Blue) = 71+74+120=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #474A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A78 is #B8B587. Grayscale: #4E4E4E. Windows color (decimal): -12105096 or 7883335. OLE color: 7883335.

HSL color Cylindrical-coordinate representation of color #474A78: hue angle of 236.33º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474A78 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 74 120 -
CMYK 0.41 0.38 0 0.53
HSL 236.33º 0.26% 0.37% -
HSV(B) 236.33º 0.41% 0.47% -
XYZ 8.44 7.59 18.79 -
YUV 78.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 71 74 120 0.41 0.38 0 0.53 236.33 0.26 0.37
Hex 47 4A 78 29 26 0 35 EC 1A 25
Octal 107 112 170 51 46 0 65 354 32 45
Binary 1000111 1001010 1111000 101001 100110 0 110101 11101100 11010 100101

Color Harmonies of #474A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A78

Black with #474A78

Text Example


Text Example

White with #474A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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