#45496F

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

Shades of Corn Flower Blue #45496F

Tints of Corn Flower Blue #45496F

Color information

#45496F (or 0x45496F) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 6F. RGB value is (69,73,111). Sum of RGB (Red+Green+Blue) = 69+73+111=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #45496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45496F is #BAB690. Grayscale: #4B4B4B. Windows color (decimal): -12236433 or 7293253. OLE color: 7293253.

HSL color Cylindrical-coordinate representation of color #45496F: hue angle of 234.29º 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 #45496F is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6973111-
CMYK0.380.3400.56
HSL234.29º23.33%35.29%-
HSV(B)234.29º37.84%43.53%-
XYZ7.717.1816.02-
YUV76.14147.67122.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=27.27%
G=28.85%
B=43.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69731110.380.3400.56234.2923.3335.29
Hex45496F2622038ea1723
Octal10511115746420703522743
Binary10001011001001110111110011010001001110001110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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