Html Css Color HEX #482399 Blue Gem

📋 copy color: '#482399'

red 72 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #482399

Tints of Blue Gem #482399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 27.69%
G = 13.46%
B = 58.85%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#482399 (or 0x482399) is known color: Blue Gem. HEX triplet: 48, 23 and 99. RGB value is (72,35,153). Sum of RGB (Red+Green+Blue) = 72+35+153=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #482399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482399 is #B7DC66. Grayscale: #3B3B3B. Windows color (decimal): -12049511 or 10036040. OLE color: 10036040.

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

Color convert

RGB 72 35 153 -
CMYK 0.53 0.77 0 0.4
HSL 258.81º 0.63% 0.37% -
HSV(B) 258.81º 0.77% 0.6% -
XYZ 9.02 4.88 30.6 -
YUV 59.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 72 35 153 0.53 0.77 0 0.4 258.81 0.63 0.37
Hex 48 23 99 35 4D 0 28 103 3F 25
Octal 110 43 231 65 115 0 50 403 77 45
Binary 1001000 100011 10011001 110101 1001101 0 101000 100000011 111111 100101

Color Harmonies of #482399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482399

Black with #482399

Text Example


Text Example

White with #482399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482399; }

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

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

background-color css

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

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

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

border-color css

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

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

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