Html Css Color HEX #48199D Blue Gem

📋 copy color: '#48199D'

red 72 ◦ green 25 ◦ blue 157

#48199D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #48199D

Tints of Blue Gem #48199D

RGB

 RED value IS 72 (28.52% from 255) = 28.35%

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 28.35%
G = 9.84%
B = 61.81%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48199D (or 0x48199D) is known color: Blue Gem. HEX triplet: 48, 19 and 9D. RGB value is (72,25,157). Sum of RGB (Red+Green+Blue) = 72+25+157=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #48199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48199D is #B7E662. Grayscale: #353535. Windows color (decimal): -12052067 or 10295624. OLE color: 10295624.

HSL color Cylindrical-coordinate representation of color #48199D: hue angle of 261.36º 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 #48199D is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 25 157 -
CMYK 0.54 0.84 0 0.38
HSL 261.36º 0.73% 0.36% -
HSV(B) 261.36º 0.84% 0.62% -
XYZ 9.11 4.51 32.29 -
YUV 54.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 72 25 157 0.54 0.84 0 0.38 261.36 0.73 0.36
Hex 48 19 9D 36 54 0 26 105 49 24
Octal 110 31 235 66 124 0 46 405 111 44
Binary 1001000 11001 10011101 110110 1010100 0 100110 100000101 1001001 100100

Color Harmonies of #48199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48199D

Black with #48199D

Text Example


Text Example

White with #48199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48199D;
 }
 .AnyTagClassName
 {
   color: #48199D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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