#474578

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

Shades of Corn Flower Blue #474578

Tints of Corn Flower Blue #474578

Color information

#474578 (or 0x474578) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 78. RGB value is (71,69,120). Sum of RGB (Red+Green+Blue) = 71+69+120=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #474578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474578 is #B8BA87. Grayscale: #4B4B4B. Windows color (decimal): -12106376 or 7882055. OLE color: 7882055.

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

Color convert

RGB7169120-
CMYK0.410.4200.53
HSL242.35º26.98%37.06%-
HSV(B)242.35º42.5%47.06%-
XYZ8.126.9518.68-
YUV75.41153.16124.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=27.31%
G=26.54%
B=46.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71691200.410.4200.53242.3526.9837.06
Hex474578292A035f21b25
Octal10710517051520653623345
Binary10001111000101111100010100110101001101011111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474578; }

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

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

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

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

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

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

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

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