#453499

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

Shades of Blue Gem #453499

Tints of Blue Gem #453499

Color information

#453499 (or 0x453499) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 99. RGB value is (69,52,153). Sum of RGB (Red+Green+Blue) = 69+52+153=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #453499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453499 is #BACB66. Grayscale: #444444. Windows color (decimal): -12241767 or 10040389. OLE color: 10040389.

HSL color Cylindrical-coordinate representation of color #453499: hue angle of 250.1º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453499 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6952153-
CMYK0.550.6600.4
HSL250.1º49.27%40.2%-
HSV(B)250.1º66.01%60%-
XYZ9.436.0230.8-
YUV68.6175.63128.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=25.18%
G=18.98%
B=55.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69521530.550.6600.4250.149.2740.2
Hex4534993742028fa3128
Octal10564231671020503726150
Binary1000101110100100110011101111000010010100011111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453499; }

 p { color: rgb(69,52,153); }

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

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

 a { background-color: rgb(69,52,153); }

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

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

 span { border-color: rgb(69,52,153); }

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