Html Css Color HEX #482799 Blue Gem

📋 copy color: '#482799'

red 72 ◦ green 39 ◦ blue 153

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

Shades of Blue Gem #482799

Tints of Blue Gem #482799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 27.27%
G = 14.77%
B = 57.95%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482799 (or 0x482799) is known color: Blue Gem. HEX triplet: 48, 27 and 99. RGB value is (72,39,153). Sum of RGB (Red+Green+Blue) = 72+39+153=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #482799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482799 is #B7D866. Grayscale: #3D3D3D. Windows color (decimal): -12048487 or 10037064. OLE color: 10037064.

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

Color convert

RGB 72 39 153 -
CMYK 0.53 0.75 0 0.4
HSL 257.37º 0.59% 0.38% -
HSV(B) 257.37º 0.75% 0.6% -
XYZ 9.15 5.13 30.64 -
YUV 61.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 72 39 153 0.53 0.75 0 0.4 257.37 0.59 0.38
Hex 48 27 99 35 4B 0 28 101 3B 26
Octal 110 47 231 65 113 0 50 401 73 46
Binary 1001000 100111 10011001 110101 1001011 0 101000 100000001 111011 100110

Color Harmonies of #482799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482799

Black with #482799

Text Example


Text Example

White with #482799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482799; }

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

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

background-color css

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

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

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

border-color css

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

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

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