Html Css Color HEX #483591 Blue Gem

📋 copy color: '#483591'

red 72 ◦ green 53 ◦ blue 145

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

Shades of Blue Gem #483591

Tints of Blue Gem #483591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 26.67%
G = 19.63%
B = 53.7%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483591 (or 0x483591) is known color: Blue Gem. HEX triplet: 48, 35 and 91. RGB value is (72,53,145). Sum of RGB (Red+Green+Blue) = 72+53+145=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #483591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483591 is #B7CA6E. Grayscale: #444444. Windows color (decimal): -12044911 or 9516360. OLE color: 9516360.

HSL color Cylindrical-coordinate representation of color #483591: hue angle of 252.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483591 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 53 145 -
CMYK 0.50 0.63 0 0.43
HSL 252.39º 0.46% 0.39% -
HSV(B) 252.39º 0.63% 0.57% -
XYZ 9.06 5.97 27.46 -
YUV 69.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 72 53 145 0.50 0.63 0 0.43 252.39 0.46 0.39
Hex 48 35 91 32 3F 0 2B FC 2E 27
Octal 110 65 221 62 77 0 53 374 56 47
Binary 1001000 110101 10010001 110010 111111 0 101011 11111100 101110 100111

Color Harmonies of #483591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483591

Black with #483591

Text Example


Text Example

White with #483591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483591; }

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

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

background-color css

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

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

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

border-color css

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

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

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