#454865

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

Shades of Corn Flower Blue #454865

Tints of Corn Flower Blue #454865

Color information

#454865 (or 0x454865) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 65. RGB value is (69,72,101). Sum of RGB (Red+Green+Blue) = 69+72+101=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #454865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454865 is #BAB79A. Grayscale: #4A4A4A. Windows color (decimal): -12236699 or 6637637. OLE color: 6637637.

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

Color convert

RGB6972101-
CMYK0.320.2900.60
HSL234.38º18.82%33.33%-
HSV(B)234.38º31.68%39.61%-
XYZ7.126.8413.26-
YUV74.41143.01124.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=28.51%
G=29.75%
B=41.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69721010.320.2900.60234.3818.8233.33
Hex454865201D03Cea1321
Octal10511014540350743522341
Binary1000101100100011001011000001110101111001110101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454865; }

 p { color: rgb(69,72,101); }

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

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

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

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

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

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

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