Html Css Color HEX #483597 Blue Gem

📋 copy color: '#483597'

red 72 ◦ green 53 ◦ blue 151

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

Shades of Blue Gem #483597

Tints of Blue Gem #483597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 26.09%
G = 19.2%
B = 54.71%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#483597 (or 0x483597) is known color: Blue Gem. HEX triplet: 48, 35 and 97. RGB value is (72,53,151). Sum of RGB (Red+Green+Blue) = 72+53+151=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #483597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483597 is #B7CA68. Grayscale: #454545. Windows color (decimal): -12044905 or 9909576. OLE color: 9909576.

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

Color convert

RGB 72 53 151 -
CMYK 0.52 0.65 0 0.41
HSL 251.63º 0.48% 0.4% -
HSV(B) 251.63º 0.65% 0.59% -
XYZ 9.53 6.16 29.96 -
YUV 69.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 72 53 151 0.52 0.65 0 0.41 251.63 0.48 0.4
Hex 48 35 97 34 41 0 29 FC 30 28
Octal 110 65 227 64 101 0 51 374 60 50
Binary 1001000 110101 10010111 110100 1000001 0 101001 11111100 110000 101000

Color Harmonies of #483597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483597

Black with #483597

Text Example


Text Example

White with #483597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483597; }

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

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

background-color css

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

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

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

border-color css

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

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

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