Html Css Color HEX #483491 Blue Gem

📋 copy color: '#483491'

red 72 ◦ green 52 ◦ blue 145

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

Shades of Blue Gem #483491

Tints of Blue Gem #483491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

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

R = 26.77%
G = 19.33%
B = 53.9%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483491 (or 0x483491) is known color: Blue Gem. HEX triplet: 48, 34 and 91. RGB value is (72,52,145). Sum of RGB (Red+Green+Blue) = 72+52+145=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #483491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483491 is #B7CB6E. Grayscale: #444444. Windows color (decimal): -12045167 or 9516104. OLE color: 9516104.

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

Color convert

RGB 72 52 145 -
CMYK 0.50 0.64 0 0.43
HSL 252.9º 0.47% 0.39% -
HSV(B) 252.9º 0.64% 0.57% -
XYZ 9.01 5.88 27.45 -
YUV 68.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 72 52 145 0.50 0.64 0 0.43 252.9 0.47 0.39
Hex 48 34 91 32 40 0 2B FD 2F 27
Octal 110 64 221 62 100 0 53 375 57 47
Binary 1001000 110100 10010001 110010 1000000 0 101011 11111101 101111 100111

Color Harmonies of #483491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483491

Black with #483491

Text Example


Text Example

White with #483491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483491; }

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

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

background-color css

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

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

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

border-color css

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

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

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