Html Css Color HEX #483199 Blue Gem

📋 copy color: '#483199'

red 72 ◦ green 49 ◦ blue 153

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

Shades of Blue Gem #483199

Tints of Blue Gem #483199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 26.28%
G = 17.88%
B = 55.84%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#483199 (or 0x483199) is known color: Blue Gem. HEX triplet: 48, 31 and 99. RGB value is (72,49,153). Sum of RGB (Red+Green+Blue) = 72+49+153=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 49 (19.53% from 255 or 17.88% 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 #483199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483199 is #B7CE66. Grayscale: #434343. Windows color (decimal): -12045927 or 10039624. OLE color: 10039624.

HSL color Cylindrical-coordinate representation of color #483199: hue angle of 253.27º 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 #483199 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 49 153 -
CMYK 0.53 0.68 0 0.4
HSL 253.27º 0.51% 0.4% -
HSV(B) 253.27º 0.68% 0.6% -
XYZ 9.52 5.87 30.77 -
YUV 67.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 72 49 153 0.53 0.68 0 0.4 253.27 0.51 0.4
Hex 48 31 99 35 44 0 28 FD 33 28
Octal 110 61 231 65 104 0 50 375 63 50
Binary 1001000 110001 10011001 110101 1000100 0 101000 11111101 110011 101000

Color Harmonies of #483199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483199

Black with #483199

Text Example


Text Example

White with #483199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483199; }

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

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

background-color css

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

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

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

border-color css

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

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

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