Html Css Color HEX #483190 Blue Gem

📋 copy color: '#483190'

red 72 ◦ green 49 ◦ blue 144

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

Shades of Blue Gem #483190

Tints of Blue Gem #483190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 27.17%
G = 18.49%
B = 54.34%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#483190 (or 0x483190) is known color: Blue Gem. HEX triplet: 48, 31 and 90. RGB value is (72,49,144). Sum of RGB (Red+Green+Blue) = 72+49+144=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #483190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483190 is #B7CE6F. Grayscale: #424242. Windows color (decimal): -12045936 or 9449800. OLE color: 9449800.

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

Color convert

RGB 72 49 144 -
CMYK 0.50 0.66 0 0.44
HSL 254.53º 0.49% 0.38% -
HSV(B) 254.53º 0.66% 0.56% -
XYZ 8.8 5.59 27 -
YUV 66.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 72 49 144 0.50 0.66 0 0.44 254.53 0.49 0.38
Hex 48 31 90 32 42 0 2C FF 31 26
Octal 110 61 220 62 102 0 54 377 61 46
Binary 1001000 110001 10010000 110010 1000010 0 101100 11111111 110001 100110

Color Harmonies of #483190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483190

Black with #483190

Text Example


Text Example

White with #483190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483190; }

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

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

background-color css

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

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

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

border-color css

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

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

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