#45486A

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

Shades of Corn Flower Blue #45486A

Tints of Corn Flower Blue #45486A

Color information

#45486A (or 0x45486A) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 6A. RGB value is (69,72,106). Sum of RGB (Red+Green+Blue) = 69+72+106=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #45486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486A is #BAB795. Grayscale: #4A4A4A. Windows color (decimal): -12236694 or 6965317. OLE color: 6965317.

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

Color convert

RGB6972106-
CMYK0.350.3200.58
HSL235.14º21.14%34.31%-
HSV(B)235.14º34.91%41.57%-
XYZ7.376.9414.59-
YUV74.98145.51123.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=27.94%
G=29.15%
B=42.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69721060.350.3200.58235.1421.1434.31
Hex45486A232003Aeb1522
Octal10511015243400723532542
Binary10001011001000110101010001110000001110101110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45486A; }

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

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

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

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

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

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

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

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