Html Css Color HEX #482299 Blue Gem

📋 copy color: '#482299'

red 72 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #482299

Tints of Blue Gem #482299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 27.8%
G = 13.13%
B = 59.07%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482299 (or 0x482299) is known color: Blue Gem. HEX triplet: 48, 22 and 99. RGB value is (72,34,153). Sum of RGB (Red+Green+Blue) = 72+34+153=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #482299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482299 is #B7DD66. Grayscale: #3A3A3A. Windows color (decimal): -12049767 or 10035784. OLE color: 10035784.

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

Color convert

RGB 72 34 153 -
CMYK 0.53 0.78 0 0.4
HSL 259.16º 0.64% 0.37% -
HSV(B) 259.16º 0.78% 0.6% -
XYZ 8.99 4.82 30.59 -
YUV 58.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 72 34 153 0.53 0.78 0 0.4 259.16 0.64 0.37
Hex 48 22 99 35 4E 0 28 103 40 25
Octal 110 42 231 65 116 0 50 403 100 45
Binary 1001000 100010 10011001 110101 1001110 0 101000 100000011 1000000 100101

Color Harmonies of #482299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482299

Black with #482299

Text Example


Text Example

White with #482299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482299; }

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

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

background-color css

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

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

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

border-color css

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

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

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