Html Css Color HEX #482297 Blue Gem

📋 copy color: '#482297'

red 72 ◦ green 34 ◦ blue 151

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

Shades of Blue Gem #482297

Tints of Blue Gem #482297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 28.02%
G = 13.23%
B = 58.75%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482297 (or 0x482297) is known color: Blue Gem. HEX triplet: 48, 22 and 97. RGB value is (72,34,151). Sum of RGB (Red+Green+Blue) = 72+34+151=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #482297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482297 is #B7DD68. Grayscale: #3A3A3A. Windows color (decimal): -12049769 or 9904712. OLE color: 9904712.

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

Color convert

RGB 72 34 151 -
CMYK 0.52 0.77 0 0.41
HSL 259.49º 0.63% 0.36% -
HSV(B) 259.49º 0.77% 0.59% -
XYZ 8.83 4.76 29.73 -
YUV 58.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 72 34 151 0.52 0.77 0 0.41 259.49 0.63 0.36
Hex 48 22 97 34 4D 0 29 103 3F 24
Octal 110 42 227 64 115 0 51 403 77 44
Binary 1001000 100010 10010111 110100 1001101 0 101001 100000011 111111 100100

Color Harmonies of #482297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482297

Black with #482297

Text Example


Text Example

White with #482297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482297; }

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

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

background-color css

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

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

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

border-color css

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

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

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