#45249F

Color #45249F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #45249F

Tints of Blue Gem #45249F

Color information

#45249F (or 0x45249F) is unknown color: approx Blue Gem. HEX triplet: 45, 24 and 9F. RGB value is (69,36,159). Sum of RGB (Red+Green+Blue) = 69+36+159=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #45249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45249F is #BADB60. Grayscale: #3B3B3B. Windows color (decimal): -12245857 or 10429509. OLE color: 10429509.

HSL color Cylindrical-coordinate representation of color #45249F: hue angle of 256.1º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45249F is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6936159-
CMYK0.570.7700.38
HSL256.1º63.08%38.24%-
HSV(B)256.1º77.36%62.35%-
XYZ9.345.0333.28-
YUV59.89183.93134.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=26.14%
G=13.64%
B=60.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69361590.570.7700.38256.163.0838.24
Hex45249F394D0261003f26
Octal10544237711150464007746
Binary10001011001001001111111100110011010100110100000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45249F; }

 p { color: rgb(69,36,159); }

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

<style>
 a { background-color: #45249F; }

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

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

<style>
 span { border-color: #45249F; }

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

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