#454570

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

Shades of Corn Flower Blue #454570

Tints of Corn Flower Blue #454570

Color information

#454570 (or 0x454570) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 70. RGB value is (69,69,112). Sum of RGB (Red+Green+Blue) = 69+69+112=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #454570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454570 is #BABA8F. Grayscale: #494949. Windows color (decimal): -12237456 or 7357765. OLE color: 7357765.

HSL color Cylindrical-coordinate representation of color #454570: hue angle of 240º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454570 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6969112-
CMYK0.380.3800.56
HSL240º23.76%35.49%-
HSV(B)240º38.39%43.92%-
XYZ7.516.6916.23-
YUV73.9149.5124.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=27.6%
G=27.6%
B=44.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69691120.380.3800.5624023.7635.49
Hex4545702626038f01823
Octal10510516046460703603043
Binary10001011000101111000010011010011001110001111000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454570; }

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

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

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

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

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

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

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

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