#454568

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

Shades of Corn Flower Blue #454568

Tints of Corn Flower Blue #454568

Color information

#454568 (or 0x454568) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 68. RGB value is (69,69,104). Sum of RGB (Red+Green+Blue) = 69+69+104=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #454568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454568 is #BABA97. Grayscale: #484848. Windows color (decimal): -12237464 or 6833477. OLE color: 6833477.

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

Color convert

RGB6969104-
CMYK0.340.3400.59
HSL240º20.23%33.92%-
HSV(B)240º33.65%40.78%-
XYZ7.086.5213.98-
YUV72.99145.5125.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=28.51%
G=28.51%
B=42.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69691040.340.3400.5924020.2333.92
Hex454568222203Bf01422
Octal10510515042420733602442
Binary10001011000101110100010001010001001110111111000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454568; }

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

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

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

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

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

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

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

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