#45249E

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

Shades of Blue Gem #45249E

Tints of Blue Gem #45249E

Color information

#45249E (or 0x45249E) is unknown color: approx Blue Gem. HEX triplet: 45, 24 and 9E. RGB value is (69,36,158). Sum of RGB (Red+Green+Blue) = 69+36+158=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #45249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45249E is #BADB61. Grayscale: #3B3B3B. Windows color (decimal): -12245858 or 10363973. OLE color: 10363973.

HSL color Cylindrical-coordinate representation of color #45249E: hue angle of 256.23º 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 #45249E is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6936158-
CMYK0.560.7700.38
HSL256.23º62.89%38.04%-
HSV(B)256.23º77.22%61.96%-
XYZ9.26532.82-
YUV59.78183.43134.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=26.24%
G=13.69%
B=60.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69361580.560.7700.38256.2362.8938.04
Hex45249E384D0261003f26
Octal10544236701150464007746
Binary10001011001001001111011100010011010100110100000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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