#454572

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

Shades of Corn Flower Blue #454572

Tints of Corn Flower Blue #454572

Color information

#454572 (or 0x454572) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 72. RGB value is (69,69,114). Sum of RGB (Red+Green+Blue) = 69+69+114=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #454572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454572 is #BABA8D. Grayscale: #494949. Windows color (decimal): -12237454 or 7488837. OLE color: 7488837.

HSL color Cylindrical-coordinate representation of color #454572: hue angle of 240º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454572 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6969114-
CMYK0.390.3900.55
HSL240º24.59%35.88%-
HSV(B)240º39.47%44.71%-
XYZ7.626.7416.82-
YUV74.13150.5124.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=27.38%
G=27.38%
B=45.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69691140.390.3900.5524024.5935.88
Hex4545722727037f01924
Octal10510516247470673603144
Binary10001011000101111001010011110011101101111111000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454572; }

 p { color: rgb(69,69,114); }

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

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

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

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

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

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

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