Html Css Color HEX #474978 Corn Flower Blue

📋 copy color: '#474978'

red 71 ◦ green 73 ◦ blue 120

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

Shades of Corn Flower Blue #474978

Tints of Corn Flower Blue #474978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 26.89%
G = 27.65%
B = 45.45%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474978 (or 0x474978) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 78. RGB value is (71,73,120). Sum of RGB (Red+Green+Blue) = 71+73+120=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #474978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474978 is #B8B687. Grayscale: #4D4D4D. Windows color (decimal): -12105352 or 7883079. OLE color: 7883079.

HSL color Cylindrical-coordinate representation of color #474978: hue angle of 237.55º 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 #474978 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 73 120 -
CMYK 0.41 0.39 0 0.53
HSL 237.55º 0.26% 0.37% -
HSV(B) 237.55º 0.41% 0.47% -
XYZ 8.37 7.46 18.77 -
YUV 77.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 71 73 120 0.41 0.39 0 0.53 237.55 0.26 0.37
Hex 47 49 78 29 27 0 35 EE 1A 25
Octal 107 111 170 51 47 0 65 356 32 45
Binary 1000111 1001001 1111000 101001 100111 0 110101 11101110 11010 100101

Color Harmonies of #474978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474978

Black with #474978

Text Example


Text Example

White with #474978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474978; }

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

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

background-color css

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

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

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

border-color css

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

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

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