Html Css Color HEX #482197 Blue Gem

📋 copy color: '#482197'

red 72 ◦ green 33 ◦ blue 151

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

Shades of Blue Gem #482197

Tints of Blue Gem #482197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 28.13%
G = 12.89%
B = 58.98%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482197 (or 0x482197) is known color: Blue Gem. HEX triplet: 48, 21 and 97. RGB value is (72,33,151). Sum of RGB (Red+Green+Blue) = 72+33+151=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #482197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482197 is #B7DE68. Grayscale: #393939. Windows color (decimal): -12050025 or 9904456. OLE color: 9904456.

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

Color convert

RGB 72 33 151 -
CMYK 0.52 0.78 0 0.41
HSL 259.83º 0.64% 0.36% -
HSV(B) 259.83º 0.78% 0.59% -
XYZ 8.8 4.7 29.72 -
YUV 58.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 72 33 151 0.52 0.78 0 0.41 259.83 0.64 0.36
Hex 48 21 97 34 4E 0 29 104 40 24
Octal 110 41 227 64 116 0 51 404 100 44
Binary 1001000 100001 10010111 110100 1001110 0 101001 100000100 1000000 100100

Color Harmonies of #482197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482197

Black with #482197

Text Example


Text Example

White with #482197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482197; }

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

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

background-color css

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

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

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

border-color css

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

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

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