Html Css Color HEX #482599 Blue Gem

📋 copy color: '#482599'

red 72 ◦ green 37 ◦ blue 153

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

Shades of Blue Gem #482599

Tints of Blue Gem #482599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

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

R = 27.48%
G = 14.12%
B = 58.4%

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

#482599 (or 0x482599) is known color: Blue Gem. HEX triplet: 48, 25 and 99. RGB value is (72,37,153). Sum of RGB (Red+Green+Blue) = 72+37+153=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #482599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482599 is #B7DA66. Grayscale: #3C3C3C. Windows color (decimal): -12048999 or 10036552. OLE color: 10036552.

HSL color Cylindrical-coordinate representation of color #482599: hue angle of 258.1º degrees, saturation: 0.61, 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 #482599 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 37 153 -
CMYK 0.53 0.76 0 0.4
HSL 258.1º 0.61% 0.37% -
HSV(B) 258.1º 0.76% 0.6% -
XYZ 9.08 5 30.62 -
YUV 60.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 72 37 153 0.53 0.76 0 0.4 258.1 0.61 0.37
Hex 48 25 99 35 4C 0 28 102 3D 25
Octal 110 45 231 65 114 0 50 402 75 45
Binary 1001000 100101 10011001 110101 1001100 0 101000 100000010 111101 100101

Color Harmonies of #482599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482599

Black with #482599

Text Example


Text Example

White with #482599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482599; }

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

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

background-color css

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

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

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

border-color css

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

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

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