#474076

Color #474076 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #474076

Tints of Corn Flower Blue #474076

Color information

#474076 (or 0x474076) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 76. RGB value is (71,64,118). Sum of RGB (Red+Green+Blue) = 71+64+118=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #474076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474076 is #B8BF89. Grayscale: #484848. Windows color (decimal): -12107658 or 7749703. OLE color: 7749703.

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

Color convert

RGB7164118-
CMYK0.400.4600.54
HSL247.78º29.67%35.69%-
HSV(B)247.78º45.76%46.27%-
XYZ7.76.3117.95-
YUV72.25153.82127.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=28.06%
G=25.30%
B=46.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71641180.400.4600.54247.7829.6735.69
Hex474076282E036f81e24
Octal10710016650560663703644
Binary10001111000000111011010100010111001101101111100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474076; }

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

 H1.HeaderClassName
 {
   color: #474076;
 }
 .AnyTagClassName
 {
   color: #474076;
 }
</style>
background-color css

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

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

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

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

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

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