#45476E

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

Shades of Corn Flower Blue #45476E

Tints of Corn Flower Blue #45476E

Color information

#45476E (or 0x45476E) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 6E. RGB value is (69,71,110). Sum of RGB (Red+Green+Blue) = 69+71+110=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #45476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45476E is #BAB891. Grayscale: #4A4A4A. Windows color (decimal): -12236946 or 7227205. OLE color: 7227205.

HSL color Cylindrical-coordinate representation of color #45476E: hue angle of 237.07º 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 #45476E is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6971110-
CMYK0.370.3500.57
HSL237.07º22.91%35.1%-
HSV(B)237.07º37.27%43.14%-
XYZ7.526.915.69-
YUV74.85147.84123.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 110 (43.36% from 255) = 44%
R=27.6%
G=28.4%
B=44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69711100.370.3500.57237.0722.9135.1
Hex45476E2523039ed1723
Octal10510715645430713552743
Binary10001011000111110111010010110001101110011110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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