Html Css Color HEX #474476 Corn Flower Blue

📋 copy color: '#474476'

red 71 ◦ green 68 ◦ blue 118

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

Shades of Corn Flower Blue #474476

Tints of Corn Flower Blue #474476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 27.63%
G = 26.46%
B = 45.91%

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

#474476 (or 0x474476) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 76. RGB value is (71,68,118). Sum of RGB (Red+Green+Blue) = 71+68+118=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #474476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474476 is #B8BB89. Grayscale: #4A4A4A. Windows color (decimal): -12106634 or 7750727. OLE color: 7750727.

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

Color convert

RGB 71 68 118 -
CMYK 0.40 0.42 0 0.54
HSL 243.6º 0.27% 0.36% -
HSV(B) 243.6º 0.42% 0.46% -
XYZ 7.94 6.78 18.03 -
YUV 74.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 71 68 118 0.40 0.42 0 0.54 243.6 0.27 0.36
Hex 47 44 76 28 2A 0 36 F4 1B 24
Octal 107 104 166 50 52 0 66 364 33 44
Binary 1000111 1000100 1110110 101000 101010 0 110110 11110100 11011 100100

Color Harmonies of #474476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474476

Black with #474476

Text Example


Text Example

White with #474476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474476; }

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

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

background-color css

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

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

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

border-color css

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

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

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