Html Css Color HEX #482499 Blue Gem

📋 copy color: '#482499'

red 72 ◦ green 36 ◦ blue 153

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

Shades of Blue Gem #482499

Tints of Blue Gem #482499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

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

R = 27.59%
G = 13.79%
B = 58.62%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482499 (or 0x482499) is known color: Blue Gem. HEX triplet: 48, 24 and 99. RGB value is (72,36,153). Sum of RGB (Red+Green+Blue) = 72+36+153=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #482499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482499 is #B7DB66. Grayscale: #3B3B3B. Windows color (decimal): -12049255 or 10036296. OLE color: 10036296.

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

Color convert

RGB 72 36 153 -
CMYK 0.53 0.76 0 0.4
HSL 258.46º 0.62% 0.37% -
HSV(B) 258.46º 0.76% 0.6% -
XYZ 9.05 4.94 30.61 -
YUV 60.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 72 36 153 0.53 0.76 0 0.4 258.46 0.62 0.37
Hex 48 24 99 35 4C 0 28 102 3E 25
Octal 110 44 231 65 114 0 50 402 76 45
Binary 1001000 100100 10011001 110101 1001100 0 101000 100000010 111110 100101

Color Harmonies of #482499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482499

Black with #482499

Text Example


Text Example

White with #482499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482499; }

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

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

background-color css

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

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

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

border-color css

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

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

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