Html Css Color HEX #483197 Blue Gem

📋 copy color: '#483197'

red 72 ◦ green 49 ◦ blue 151

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

Shades of Blue Gem #483197

Tints of Blue Gem #483197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

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

R = 26.47%
G = 18.01%
B = 55.51%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#483197 (or 0x483197) is known color: Blue Gem. HEX triplet: 48, 31 and 97. RGB value is (72,49,151). Sum of RGB (Red+Green+Blue) = 72+49+151=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #483197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483197 is #B7CE68. Grayscale: #434343. Windows color (decimal): -12045929 or 9908552. OLE color: 9908552.

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

Color convert

RGB 72 49 151 -
CMYK 0.52 0.68 0 0.41
HSL 253.53º 0.51% 0.39% -
HSV(B) 253.53º 0.68% 0.59% -
XYZ 9.36 5.81 29.91 -
YUV 67.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 72 49 151 0.52 0.68 0 0.41 253.53 0.51 0.39
Hex 48 31 97 34 44 0 29 FE 33 27
Octal 110 61 227 64 104 0 51 376 63 47
Binary 1001000 110001 10010111 110100 1000100 0 101001 11111110 110011 100111

Color Harmonies of #483197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483197

Black with #483197

Text Example


Text Example

White with #483197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483197; }

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

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

background-color css

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

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

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

border-color css

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

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

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