#474078

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

Shades of Corn Flower Blue #474078

Tints of Corn Flower Blue #474078

Color information

#474078 (or 0x474078) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 78. RGB value is (71,64,120). Sum of RGB (Red+Green+Blue) = 71+64+120=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #474078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474078 is #B8BF87. Grayscale: #484848. Windows color (decimal): -12107656 or 7880775. OLE color: 7880775.

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

Color convert

RGB7164120-
CMYK0.410.4700.53
HSL247.5º30.43%36.08%-
HSV(B)247.5º46.67%47.06%-
XYZ7.826.3618.59-
YUV72.48154.82126.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=27.84%
G=25.10%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71641200.410.4700.53247.530.4336.08
Hex474078292F035f81e24
Octal10710017051570653703644
Binary10001111000000111100010100110111101101011111100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474078; }

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

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

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

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

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

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

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

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