#454869

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

Shades of Corn Flower Blue #454869

Tints of Corn Flower Blue #454869

Color information

#454869 (or 0x454869) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 69. RGB value is (69,72,105). Sum of RGB (Red+Green+Blue) = 69+72+105=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #454869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454869 is #BAB796. Grayscale: #4A4A4A. Windows color (decimal): -12236695 or 6899781. OLE color: 6899781.

HSL color Cylindrical-coordinate representation of color #454869: hue angle of 235º 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 #454869 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6972105-
CMYK0.340.3100.59
HSL235º20.69%34.12%-
HSV(B)235º34.29%41.18%-
XYZ7.326.9214.31-
YUV74.86145.01123.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=28.05%
G=29.27%
B=42.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69721050.340.3100.5923520.6934.12
Hex454869221F03Beb1522
Octal10511015142370733532542
Binary1000101100100011010011000101111101110111110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454869; }

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

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

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

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

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

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

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

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