#45446F

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

Shades of Corn Flower Blue #45446F

Tints of Corn Flower Blue #45446F

Color information

#45446F (or 0x45446F) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 6F. RGB value is (69,68,111). Sum of RGB (Red+Green+Blue) = 69+68+111=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #45446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45446F is #BABB90. Grayscale: #494949. Windows color (decimal): -12237713 or 7291973. OLE color: 7291973.

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

Color convert

RGB6968111-
CMYK0.380.3900.56
HSL241.4º24.02%35.1%-
HSV(B)241.4º38.74%43.53%-
XYZ7.396.5515.91-
YUV73.2149.33125-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=27.82%
G=27.42%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69681110.380.3900.56241.424.0235.1
Hex45446F2627038f11823
Octal10510415746470703613043
Binary10001011000100110111110011010011101110001111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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