#45466C

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

Shades of Corn Flower Blue #45466C

Tints of Corn Flower Blue #45466C

Color information

#45466C (or 0x45466C) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 6C. RGB value is (69,70,108). Sum of RGB (Red+Green+Blue) = 69+70+108=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #45466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45466C is #BAB993. Grayscale: #494949. Windows color (decimal): -12237204 or 7095877. OLE color: 7095877.

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

Color convert

RGB6970108-
CMYK0.360.3500.58
HSL238.46º22.03%34.71%-
HSV(B)238.46º36.11%42.35%-
XYZ7.356.7315.1-
YUV74.03147.17124.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=27.94%
G=28.34%
B=43.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69701080.360.3500.58238.4622.0334.71
Hex45466C242303Aee1623
Octal10510615444430723562643
Binary10001011000110110110010010010001101110101110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45466C; }

 p { color: rgb(69,70,108); }

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

<style>
 a { background-color: #45466C; }

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

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

<style>
 span { border-color: #45466C; }

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

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