#454562

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

Shades of Corn Flower Blue #454562

Tints of Corn Flower Blue #454562

Color information

#454562 (or 0x454562) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 62. RGB value is (69,69,98). Sum of RGB (Red+Green+Blue) = 69+69+98=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #454562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454562 is #BABA9D. Grayscale: #484848. Windows color (decimal): -12237470 or 6440261. OLE color: 6440261.

HSL color Cylindrical-coordinate representation of color #454562: hue angle of 240º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454562 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB696998-
CMYK0.300.3000.62
HSL240º17.37%32.75%-
HSV(B)240º29.59%38.43%-
XYZ6.796.412.43-
YUV72.31142.5125.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=29.24%
G=29.24%
B=41.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6969980.300.3000.6224017.3732.75
Hex4545621E1E03Ef01121
Octal10510514236360763602141
Binary100010110001011100010111101111001111101111000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454562; }

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

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

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

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

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

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

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

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