#474569

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

Shades of Corn Flower Blue #474569

Tints of Corn Flower Blue #474569

Color information

#474569 (or 0x474569) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 69. RGB value is (71,69,105). Sum of RGB (Red+Green+Blue) = 71+69+105=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #474569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474569 is #B8BA96. Grayscale: #494949. Windows color (decimal): -12106391 or 6899015. OLE color: 6899015.

HSL color Cylindrical-coordinate representation of color #474569: hue angle of 243.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474569 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7169105-
CMYK0.320.3400.59
HSL243.33º20.69%34.12%-
HSV(B)243.33º34.29%41.18%-
XYZ7.286.6214.26-
YUV73.7145.66126.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=28.98%
G=28.16%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71691050.320.3400.59243.3320.6934.12
Hex474569202203Bf31522
Octal10710515140420733632542
Binary10001111000101110100110000010001001110111111001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474569; }

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

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

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

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

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

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

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

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