Html Css Color HEX #474276 Corn Flower Blue

📋 copy color: '#474276'

red 71 ◦ green 66 ◦ blue 118

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

Shades of Corn Flower Blue #474276

Tints of Corn Flower Blue #474276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 27.84%
G = 25.88%
B = 46.27%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474276 (or 0x474276) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 76. RGB value is (71,66,118). Sum of RGB (Red+Green+Blue) = 71+66+118=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #474276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474276 is #B8BD89. Grayscale: #494949. Windows color (decimal): -12107146 or 7750215. OLE color: 7750215.

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

Color convert

RGB 71 66 118 -
CMYK 0.40 0.44 0 0.54
HSL 245.77º 0.28% 0.36% -
HSV(B) 245.77º 0.44% 0.46% -
XYZ 7.82 6.54 17.99 -
YUV 73.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 71 66 118 0.40 0.44 0 0.54 245.77 0.28 0.36
Hex 47 42 76 28 2C 0 36 F6 1C 24
Octal 107 102 166 50 54 0 66 366 34 44
Binary 1000111 1000010 1110110 101000 101100 0 110110 11110110 11100 100100

Color Harmonies of #474276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474276

Black with #474276

Text Example


Text Example

White with #474276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474276; }

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

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

background-color css

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

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

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

border-color css

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

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

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