#452493

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

Shades of Blue Gem #452493

Tints of Blue Gem #452493

Color information

#452493 (or 0x452493) is unknown color: approx Blue Gem. HEX triplet: 45, 24 and 93. RGB value is (69,36,147). Sum of RGB (Red+Green+Blue) = 69+36+147=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #452493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452493 is #BADB6C. Grayscale: #3A3A3A. Windows color (decimal): -12245869 or 9643077. OLE color: 9643077.

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

Color convert

RGB6936147-
CMYK0.530.7600.42
HSL257.84º60.66%35.88%-
HSV(B)257.84º75.51%57.65%-
XYZ8.354.6328.06-
YUV58.52177.93135.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=27.38%
G=14.29%
B=58.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69361470.530.7600.42257.8460.6635.88
Hex452493354C02A1023d24
Octal10544223651140524027544
Binary10001011001001001001111010110011000101010100000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452493; }

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

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

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

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

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

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

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

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