Html Css Color HEX #474878 Corn Flower Blue

📋 copy color: '#474878'

red 71 ◦ green 72 ◦ blue 120

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

Shades of Corn Flower Blue #474878

Tints of Corn Flower Blue #474878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 27%
G = 27.38%
B = 45.63%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474878 (or 0x474878) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 78. RGB value is (71,72,120). Sum of RGB (Red+Green+Blue) = 71+72+120=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #474878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474878 is #B8B787. Grayscale: #4C4C4C. Windows color (decimal): -12105608 or 7882823. OLE color: 7882823.

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

Color convert

RGB 71 72 120 -
CMYK 0.41 0.40 0 0.53
HSL 238.78º 0.26% 0.37% -
HSV(B) 238.78º 0.41% 0.47% -
XYZ 8.31 7.33 18.75 -
YUV 77.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 71 72 120 0.41 0.40 0 0.53 238.78 0.26 0.37
Hex 47 48 78 29 28 0 35 EF 1A 25
Octal 107 110 170 51 50 0 65 357 32 45
Binary 1000111 1001000 1111000 101001 101000 0 110101 11101111 11010 100101

Color Harmonies of #474878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474878

Black with #474878

Text Example


Text Example

White with #474878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474878; }

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

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

background-color css

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

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

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

border-color css

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

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

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