Html Css Color HEX #482899 Blue Gem

📋 copy color: '#482899'

red 72 ◦ green 40 ◦ blue 153

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

Shades of Blue Gem #482899

Tints of Blue Gem #482899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 27.17%
G = 15.09%
B = 57.74%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482899 (or 0x482899) is known color: Blue Gem. HEX triplet: 48, 28 and 99. RGB value is (72,40,153). Sum of RGB (Red+Green+Blue) = 72+40+153=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #482899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482899 is #B7D766. Grayscale: #3E3E3E. Windows color (decimal): -12048231 or 10037320. OLE color: 10037320.

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

Color convert

RGB 72 40 153 -
CMYK 0.53 0.74 0 0.4
HSL 256.99º 0.59% 0.38% -
HSV(B) 256.99º 0.74% 0.6% -
XYZ 9.18 5.2 30.66 -
YUV 62.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 72 40 153 0.53 0.74 0 0.4 256.99 0.59 0.38
Hex 48 28 99 35 4A 0 28 101 3B 26
Octal 110 50 231 65 112 0 50 401 73 46
Binary 1001000 101000 10011001 110101 1001010 0 101000 100000001 111011 100110

Color Harmonies of #482899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482899

Black with #482899

Text Example


Text Example

White with #482899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482899; }

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

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

background-color css

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

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

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

border-color css

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

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

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