Html Css Color HEX #483191 Blue Gem

📋 copy color: '#483191'

red 72 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #483191

Tints of Blue Gem #483191

RGB

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

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

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

R = 27.07%
G = 18.42%
B = 54.51%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483191 (or 0x483191) is known color: Blue Gem. HEX triplet: 48, 31 and 91. RGB value is (72,49,145). Sum of RGB (Red+Green+Blue) = 72+49+145=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #483191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483191 is #B7CE6E. Grayscale: #424242. Windows color (decimal): -12045935 or 9515336. OLE color: 9515336.

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

Color convert

RGB 72 49 145 -
CMYK 0.50 0.66 0 0.43
HSL 254.38º 0.49% 0.38% -
HSV(B) 254.38º 0.66% 0.57% -
XYZ 8.88 5.62 27.4 -
YUV 66.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 72 49 145 0.50 0.66 0 0.43 254.38 0.49 0.38
Hex 48 31 91 32 42 0 2B FE 31 26
Octal 110 61 221 62 102 0 53 376 61 46
Binary 1001000 110001 10010001 110010 1000010 0 101011 11111110 110001 100110

Color Harmonies of #483191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483191

Black with #483191

Text Example


Text Example

White with #483191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483191; }

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

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

background-color css

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

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

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

border-color css

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

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

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