Html Css Color HEX #474876 Corn Flower Blue

📋 copy color: '#474876'

red 71 ◦ green 72 ◦ blue 118

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

Shades of Corn Flower Blue #474876

Tints of Corn Flower Blue #474876

RGB

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

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

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

R = 27.2%
G = 27.59%
B = 45.21%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474876 (or 0x474876) is known color: Corn Flower Blue. HEX triplet: 47, 48 and 76. RGB value is (71,72,118). Sum of RGB (Red+Green+Blue) = 71+72+118=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #474876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474876 is #B8B789. Grayscale: #4C4C4C. Windows color (decimal): -12105610 or 7751751. OLE color: 7751751.

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

Color convert

RGB 71 72 118 -
CMYK 0.40 0.39 0 0.54
HSL 238.72º 0.25% 0.37% -
HSV(B) 238.72º 0.4% 0.46% -
XYZ 8.19 7.28 18.11 -
YUV 76.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 71 72 118 0.40 0.39 0 0.54 238.72 0.25 0.37
Hex 47 48 76 28 27 0 36 EF 19 25
Octal 107 110 166 50 47 0 66 357 31 45
Binary 1000111 1001000 1110110 101000 100111 0 110110 11101111 11001 100101

Color Harmonies of #474876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474876

Black with #474876

Text Example


Text Example

White with #474876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474876; }

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

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

background-color css

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

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

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

border-color css

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

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

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