#45446E

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

Shades of Corn Flower Blue #45446E

Tints of Corn Flower Blue #45446E

Color information

#45446E (or 0x45446E) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 6E. RGB value is (69,68,110). Sum of RGB (Red+Green+Blue) = 69+68+110=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #45446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45446E is #BABB91. Grayscale: #484848. Windows color (decimal): -12237714 or 7226437. OLE color: 7226437.

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

Color convert

RGB6968110-
CMYK0.370.3800.57
HSL241.43º23.6%34.9%-
HSV(B)241.43º38.18%43.14%-
XYZ7.346.5315.62-
YUV73.09148.83125.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=27.94%
G=27.53%
B=44.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69681100.370.3800.57241.4323.634.9
Hex45446E2526039f11823
Octal10510415645460713613043
Binary10001011000100110111010010110011001110011111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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