#454469

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

Shades of Corn Flower Blue #454469

Tints of Corn Flower Blue #454469

Color information

#454469 (or 0x454469) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 69. RGB value is (69,68,105). Sum of RGB (Red+Green+Blue) = 69+68+105=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #454469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454469 is #BABB96. Grayscale: #484848. Windows color (decimal): -12237719 or 6898757. OLE color: 6898757.

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

Color convert

RGB6968105-
CMYK0.340.3500.59
HSL241.62º21.39%33.92%-
HSV(B)241.62º35.24%41.18%-
XYZ7.076.4214.23-
YUV72.52146.33125.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=28.51%
G=28.10%
B=43.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69681050.340.3500.59241.6221.3933.92
Hex454469222303Bf21522
Octal10510415142430733622542
Binary10001011000100110100110001010001101110111111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454469; }

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

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

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

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

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

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

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

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