#45426D

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

Shades of Corn Flower Blue #45426D

Tints of Corn Flower Blue #45426D

Color information

#45426D (or 0x45426D) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 6D. RGB value is (69,66,109). Sum of RGB (Red+Green+Blue) = 69+66+109=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #45426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45426D is #BABD92. Grayscale: #474747. Windows color (decimal): -12238227 or 7160389. OLE color: 7160389.

HSL color Cylindrical-coordinate representation of color #45426D: hue angle of 244.19º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45426D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6966109-
CMYK0.370.3900.57
HSL244.19º24.57%34.31%-
HSV(B)244.19º39.45%42.75%-
XYZ7.166.2715.3-
YUV71.8148.99126-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=28.28%
G=27.05%
B=44.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69661090.370.3900.57244.1924.5734.31
Hex45426D2527039f41922
Octal10510215545470713643142
Binary10001011000010110110110010110011101110011111010011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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