Html Css Color HEX #474C78 Corn Flower Blue

📋 copy color: '#474C78'

red 71 ◦ green 76 ◦ blue 120

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

Shades of Corn Flower Blue #474C78

Tints of Corn Flower Blue #474C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 26.59%
G = 28.46%
B = 44.94%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474C78 (or 0x474C78) is known color: Corn Flower Blue. HEX triplet: 47, 4C and 78. RGB value is (71,76,120). Sum of RGB (Red+Green+Blue) = 71+76+120=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #474C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C78 is #B8B387. Grayscale: #4F4F4F. Windows color (decimal): -12104584 or 7883847. OLE color: 7883847.

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

Color convert

RGB 71 76 120 -
CMYK 0.41 0.37 0 0.53
HSL 233.88º 0.26% 0.37% -
HSV(B) 233.88º 0.41% 0.47% -
XYZ 8.57 7.86 18.84 -
YUV 79.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 71 76 120 0.41 0.37 0 0.53 233.88 0.26 0.37
Hex 47 4C 78 29 25 0 35 EA 1A 25
Octal 107 114 170 51 45 0 65 352 32 45
Binary 1000111 1001100 1111000 101001 100101 0 110101 11101010 11010 100101

Color Harmonies of #474C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C78

Black with #474C78

Text Example


Text Example

White with #474C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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