#45399B

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

Shades of Blue Gem #45399B

Tints of Blue Gem #45399B

Color information

#45399B (or 0x45399B) is unknown color: approx Blue Gem. HEX triplet: 45, 39 and 9B. RGB value is (69,57,155). Sum of RGB (Red+Green+Blue) = 69+57+155=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #45399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45399B is #BAC664. Grayscale: #474747. Windows color (decimal): -12240485 or 10172741. OLE color: 10172741.

HSL color Cylindrical-coordinate representation of color #45399B: hue angle of 247.35º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45399B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6957155-
CMYK0.550.6300.39
HSL247.35º46.23%41.57%-
HSV(B)247.35º63.23%60.78%-
XYZ9.836.5631.76-
YUV71.76174.98126.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=24.56%
G=20.28%
B=55.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69571550.550.6300.39247.3546.2341.57
Hex45399B373F027f72e2a
Octal1057123367770473675652
Binary100010111100110011011110111111111010011111110111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45399B; }

 p { color: rgb(69,57,155); }

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

<style>
 a { background-color: #45399B; }

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

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

<style>
 span { border-color: #45399B; }

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

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