Html Css Color HEX #483299 Blue Gem

📋 copy color: '#483299'

red 72 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #483299

Tints of Blue Gem #483299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 26.18%
G = 18.18%
B = 55.64%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#483299 (or 0x483299) is known color: Blue Gem. HEX triplet: 48, 32 and 99. RGB value is (72,50,153). Sum of RGB (Red+Green+Blue) = 72+50+153=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #483299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483299 is #B7CD66. Grayscale: #434343. Windows color (decimal): -12045671 or 10039880. OLE color: 10039880.

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

Color convert

RGB 72 50 153 -
CMYK 0.53 0.67 0 0.4
HSL 252.82º 0.51% 0.4% -
HSV(B) 252.82º 0.67% 0.6% -
XYZ 9.56 5.96 30.78 -
YUV 68.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 72 50 153 0.53 0.67 0 0.4 252.82 0.51 0.4
Hex 48 32 99 35 43 0 28 FD 33 28
Octal 110 62 231 65 103 0 50 375 63 50
Binary 1001000 110010 10011001 110101 1000011 0 101000 11111101 110011 101000

Color Harmonies of #483299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483299

Black with #483299

Text Example


Text Example

White with #483299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483299; }

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

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

background-color css

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

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

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

border-color css

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

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

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