#45446B

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

Shades of Corn Flower Blue #45446B

Tints of Corn Flower Blue #45446B

Color information

#45446B (or 0x45446B) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 6B. RGB value is (69,68,107). Sum of RGB (Red+Green+Blue) = 69+68+107=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #45446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45446B is #BABB94. Grayscale: #484848. Windows color (decimal): -12237717 or 7029829. OLE color: 7029829.

HSL color Cylindrical-coordinate representation of color #45446B: hue angle of 241.54º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45446B is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6968107-
CMYK0.360.3600.58
HSL241.54º22.29%34.31%-
HSV(B)241.54º36.45%41.96%-
XYZ7.186.4614.78-
YUV72.74147.33125.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=28.28%
G=27.87%
B=43.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69681070.360.3600.58241.5422.2934.31
Hex45446B242403Af21622
Octal10510415344440723622642
Binary10001011000100110101110010010010001110101111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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