#484199

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

Shades of Blue Gem #484199

Tints of Blue Gem #484199

Color information

#484199 (or 0x484199) is unknown color: approx Blue Gem. HEX triplet: 48, 41 and 99. RGB value is (72,65,153). Sum of RGB (Red+Green+Blue) = 72+65+153=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #484199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484199 is #B7BE66. Grayscale: #4C4C4C. Windows color (decimal): -12041831 or 10043720. OLE color: 10043720.

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

Color convert

RGB7265153-
CMYK0.530.5800.4
HSL244.77º40.37%42.75%-
HSV(B)244.77º57.52%60%-
XYZ10.317.4631.03-
YUV77.12170.82124.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=24.83%
G=22.41%
B=52.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72651530.530.5800.4244.7740.3742.75
Hex484199353A028f5282b
Octal11010123165720503655053
Binary1001000100000110011001110101111010010100011110101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484199; }

 p { color: rgb(72,65,153); }

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

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

 a { background-color: rgb(72,65,153); }

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

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

 span { border-color: rgb(72,65,153); }

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