#453199

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

Shades of Blue Gem #453199

Tints of Blue Gem #453199

Color information

#453199 (or 0x453199) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 99. RGB value is (69,49,153). Sum of RGB (Red+Green+Blue) = 69+49+153=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #453199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453199 is #BACE66. Grayscale: #424242. Windows color (decimal): -12242535 or 10039621. OLE color: 10039621.

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

Color convert

RGB6949153-
CMYK0.550.6800.4
HSL251.54º51.49%39.61%-
HSV(B)251.54º67.97%60%-
XYZ9.35.7630.76-
YUV66.84176.63129.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=25.46%
G=18.08%
B=56.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69491530.550.6800.4251.5451.4939.61
Hex4531993744028fc3328
Octal10561231671040503746350
Binary1000101110001100110011101111000100010100011111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453199; }

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

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

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

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

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

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

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

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