#454470

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

Shades of Corn Flower Blue #454470

Tints of Corn Flower Blue #454470

Color information

#454470 (or 0x454470) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 70. RGB value is (69,68,112). Sum of RGB (Red+Green+Blue) = 69+68+112=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #454470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454470 is #BABB8F. Grayscale: #494949. Windows color (decimal): -12237712 or 7357509. OLE color: 7357509.

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

Color convert

RGB6968112-
CMYK0.380.3900.56
HSL241.36º24.44%35.29%-
HSV(B)241.36º39.29%43.92%-
XYZ7.456.5716.2-
YUV73.32149.83124.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=27.71%
G=27.31%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69681120.380.3900.56241.3624.4435.29
Hex4544702627038f11823
Octal10510416046470703613043
Binary10001011000100111000010011010011101110001111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454470; }

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

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

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

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

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

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

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

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