#454169

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

Shades of Corn Flower Blue #454169

Tints of Corn Flower Blue #454169

Color information

#454169 (or 0x454169) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 69. RGB value is (69,65,105). Sum of RGB (Red+Green+Blue) = 69+65+105=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #454169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454169 is #BABE96. Grayscale: #464646. Windows color (decimal): -12238487 or 6897989. OLE color: 6897989.

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

Color convert

RGB6965105-
CMYK0.340.3800.59
HSL246º23.53%33.33%-
HSV(B)246º38.1%41.18%-
XYZ6.896.0714.17-
YUV70.76147.33126.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=28.87%
G=27.20%
B=43.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69651050.340.3800.5924623.5333.33
Hex454169222603Bf61821
Octal10510115142460733663041
Binary10001011000001110100110001010011001110111111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454169; }

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

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

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

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

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

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

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

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