#454363

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

Shades of Corn Flower Blue #454363

Tints of Corn Flower Blue #454363

Color information

#454363 (or 0x454363) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 43 and 63. RGB value is (69,67,99). Sum of RGB (Red+Green+Blue) = 69+67+99=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #454363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454363 is #BABC9C. Grayscale: #474747. Windows color (decimal): -12237981 or 6505285. OLE color: 6505285.

HSL color Cylindrical-coordinate representation of color #454363: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454363 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB696799-
CMYK0.300.3200.61
HSL243.75º19.28%32.55%-
HSV(B)243.75º32.32%38.82%-
XYZ6.716.1812.64-
YUV71.25143.66126.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=29.36%
G=28.51%
B=42.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6967990.300.3200.61243.7519.2832.55
Hex4543631E2003Df41321
Octal10510314336400753642341
Binary1000101100001111000111111010000001111011111010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454363; }

 p { color: rgb(69,67,99); }

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

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

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

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

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

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

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