#45456E

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

Shades of Corn Flower Blue #45456E

Tints of Corn Flower Blue #45456E

Color information

#45456E (or 0x45456E) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 6E. RGB value is (69,69,110). Sum of RGB (Red+Green+Blue) = 69+69+110=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #45456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45456E is #BABA91. Grayscale: #494949. Windows color (decimal): -12237458 or 7226693. OLE color: 7226693.

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

Color convert

RGB6969110-
CMYK0.370.3700.57
HSL240º22.91%35.1%-
HSV(B)240º37.27%43.14%-
XYZ7.46.6515.65-
YUV73.67148.5124.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=27.82%
G=27.82%
B=44.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69691100.370.3700.5724022.9135.1
Hex45456E2525039f01723
Octal10510515645450713602743
Binary10001011000101110111010010110010101110011111000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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