#45446D

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

Shades of Corn Flower Blue #45446D

Tints of Corn Flower Blue #45446D

Color information

#45446D (or 0x45446D) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 6D. RGB value is (69,68,109). Sum of RGB (Red+Green+Blue) = 69+68+109=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #45446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45446D is #BABB92. Grayscale: #484848. Windows color (decimal): -12237715 or 7160901. OLE color: 7160901.

HSL color Cylindrical-coordinate representation of color #45446D: hue angle of 241.46º degrees, saturation: 0.23, 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 #45446D is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6968109-
CMYK0.370.3800.57
HSL241.46º23.16%34.71%-
HSV(B)241.46º37.61%42.75%-
XYZ7.286.515.34-
YUV72.97148.33125.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=28.05%
G=27.64%
B=44.31%

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
Decimal69681090.370.3800.57241.4623.1634.71
Hex45446D2526039f11723
Octal10510415545460713612743
Binary10001011000100110110110010110011001110011111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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