#45486D

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

Shades of Corn Flower Blue #45486D

Tints of Corn Flower Blue #45486D

Color information

#45486D (or 0x45486D) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 6D. RGB value is (69,72,109). Sum of RGB (Red+Green+Blue) = 69+72+109=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #45486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486D is #BAB792. Grayscale: #4B4B4B. Windows color (decimal): -12236691 or 7161925. OLE color: 7161925.

HSL color Cylindrical-coordinate representation of color #45486D: hue angle of 235.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45486D is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6972109-
CMYK0.370.3400.57
HSL235.5º22.47%34.9%-
HSV(B)235.5º36.7%42.75%-
XYZ7.53715.42-
YUV75.32147.01123.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=27.6%
G=28.8%
B=43.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69721090.370.3400.57235.522.4734.9
Hex45486D2522039ec1623
Octal10511015545420713542643
Binary10001011001000110110110010110001001110011110110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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