Html Css Color HEX #474976 Corn Flower Blue

📋 copy color: '#474976'

red 71 ◦ green 73 ◦ blue 118

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

Shades of Corn Flower Blue #474976

Tints of Corn Flower Blue #474976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 27.1%
G = 27.86%
B = 45.04%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474976 (or 0x474976) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 76. RGB value is (71,73,118). Sum of RGB (Red+Green+Blue) = 71+73+118=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #474976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474976 is #B8B689. Grayscale: #4D4D4D. Windows color (decimal): -12105354 or 7752007. OLE color: 7752007.

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

Color convert

RGB 71 73 118 -
CMYK 0.40 0.38 0 0.54
HSL 237.45º 0.25% 0.37% -
HSV(B) 237.45º 0.4% 0.46% -
XYZ 8.25 7.41 18.14 -
YUV 77.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 71 73 118 0.40 0.38 0 0.54 237.45 0.25 0.37
Hex 47 49 76 28 26 0 36 ED 19 25
Octal 107 111 166 50 46 0 66 355 31 45
Binary 1000111 1001001 1110110 101000 100110 0 110110 11101101 11001 100101

Color Harmonies of #474976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474976

Black with #474976

Text Example


Text Example

White with #474976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474976; }

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

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

background-color css

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

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

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

border-color css

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

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

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