Html Css Color HEX #483499 Blue Gem

📋 copy color: '#483499'

red 72 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #483499

Tints of Blue Gem #483499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 25.99%
G = 18.77%
B = 55.23%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#483499 (or 0x483499) is known color: Blue Gem. HEX triplet: 48, 34 and 99. RGB value is (72,52,153). Sum of RGB (Red+Green+Blue) = 72+52+153=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #483499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483499 is #B7CB66. Grayscale: #454545. Windows color (decimal): -12045159 or 10040392. OLE color: 10040392.

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

Color convert

RGB 72 52 153 -
CMYK 0.53 0.66 0 0.4
HSL 251.88º 0.49% 0.4% -
HSV(B) 251.88º 0.66% 0.6% -
XYZ 9.65 6.13 30.81 -
YUV 69.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 72 52 153 0.53 0.66 0 0.4 251.88 0.49 0.4
Hex 48 34 99 35 42 0 28 FC 31 28
Octal 110 64 231 65 102 0 50 374 61 50
Binary 1001000 110100 10011001 110101 1000010 0 101000 11111100 110001 101000

Color Harmonies of #483499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483499

Black with #483499

Text Example


Text Example

White with #483499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483499; }

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

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

background-color css

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

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

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

border-color css

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

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

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