#45486F

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

Shades of Corn Flower Blue #45486F

Tints of Corn Flower Blue #45486F

Color information

#45486F (or 0x45486F) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 6F. RGB value is (69,72,111). Sum of RGB (Red+Green+Blue) = 69+72+111=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #45486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486F is #BAB790. Grayscale: #4B4B4B. Windows color (decimal): -12236689 or 7292997. OLE color: 7292997.

HSL color Cylindrical-coordinate representation of color #45486F: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45486F is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6972111-
CMYK0.380.3500.56
HSL235.71º23.33%35.29%-
HSV(B)235.71º37.84%43.53%-
XYZ7.647.0516-
YUV75.55148.01123.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=27.38%
G=28.57%
B=44.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69721110.380.3500.56235.7123.3335.29
Hex45486F2623038ec1723
Octal10511015746430703542743
Binary10001011001000110111110011010001101110001110110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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