Html Css Color HEX #474576 Corn Flower Blue

📋 copy color: '#474576'

red 71 ◦ green 69 ◦ blue 118

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

Shades of Corn Flower Blue #474576

Tints of Corn Flower Blue #474576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 27.52%
G = 26.74%
B = 45.74%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474576 (or 0x474576) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 76. RGB value is (71,69,118). Sum of RGB (Red+Green+Blue) = 71+69+118=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #474576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474576 is #B8BA89. Grayscale: #4A4A4A. Windows color (decimal): -12106378 or 7750983. OLE color: 7750983.

HSL color Cylindrical-coordinate representation of color #474576: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474576 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 69 118 -
CMYK 0.40 0.42 0 0.54
HSL 242.45º 0.26% 0.37% -
HSV(B) 242.45º 0.42% 0.46% -
XYZ 8 6.9 18.05 -
YUV 75.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 71 69 118 0.40 0.42 0 0.54 242.45 0.26 0.37
Hex 47 45 76 28 2A 0 36 F2 1A 25
Octal 107 105 166 50 52 0 66 362 32 45
Binary 1000111 1000101 1110110 101000 101010 0 110110 11110010 11010 100101

Color Harmonies of #474576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474576

Black with #474576

Text Example


Text Example

White with #474576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474576; }

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

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

background-color css

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

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

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

border-color css

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

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

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