Html Css Color HEX #482198 Blue Gem

📋 copy color: '#482198'

red 72 ◦ green 33 ◦ blue 152

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

Shades of Blue Gem #482198

Tints of Blue Gem #482198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 28.02%
G = 12.84%
B = 59.14%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#482198 (or 0x482198) is known color: Blue Gem. HEX triplet: 48, 21 and 98. RGB value is (72,33,152). Sum of RGB (Red+Green+Blue) = 72+33+152=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #482198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482198 is #B7DE67. Grayscale: #393939. Windows color (decimal): -12050024 or 9969992. OLE color: 9969992.

HSL color Cylindrical-coordinate representation of color #482198: hue angle of 259.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482198 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 33 152 -
CMYK 0.53 0.78 0 0.40
HSL 259.66º 0.64% 0.36% -
HSV(B) 259.66º 0.78% 0.6% -
XYZ 8.88 4.73 30.15 -
YUV 58.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 72 33 152 0.53 0.78 0 0.40 259.66 0.64 0.36
Hex 48 21 98 35 4E 0 28 104 40 24
Octal 110 41 230 65 116 0 50 404 100 44
Binary 1001000 100001 10011000 110101 1001110 0 101000 100000100 1000000 100100

Color Harmonies of #482198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482198

Black with #482198

Text Example


Text Example

White with #482198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482198; }

 p { color: rgb(72,33,152); }

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

background-color css

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

 a { background-color: rgb(72,33,152); }

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

border-color css

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

 span { border-color: rgb(72,33,152); }

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