#48199E

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

Shades of Blue Gem #48199E

Tints of Blue Gem #48199E

Color information

#48199E (or 0x48199E) is unknown color: approx Blue Gem. HEX triplet: 48, 19 and 9E. RGB value is (72,25,158). Sum of RGB (Red+Green+Blue) = 72+25+158=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #48199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48199E is #B7E661. Grayscale: #353535. Windows color (decimal): -12052066 or 10361160. OLE color: 10361160.

HSL color Cylindrical-coordinate representation of color #48199E: hue angle of 261.2º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48199E is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7225158-
CMYK0.540.8400.38
HSL261.2º72.68%35.88%-
HSV(B)261.2º84.18%61.96%-
XYZ9.194.5432.74-
YUV54.22186.57140.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=28.24%
G=9.80%
B=61.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72251580.540.8400.38261.272.6835.88
Hex48199E36540261054924
Octal110312366612404640511144
Binary10010001100110011110110110101010001001101000001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48199E; }

 p { color: rgb(72,25,158); }

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

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

 a { background-color: rgb(72,25,158); }

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

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

 span { border-color: rgb(72,25,158); }

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