Html Css Color HEX #483192 Blue Gem

📋 copy color: '#483192'

red 72 ◦ green 49 ◦ blue 146

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

Shades of Blue Gem #483192

Tints of Blue Gem #483192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 26.97%
G = 18.35%
B = 54.68%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483192 (or 0x483192) is known color: Blue Gem. HEX triplet: 48, 31 and 92. RGB value is (72,49,146). Sum of RGB (Red+Green+Blue) = 72+49+146=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #483192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483192 is #B7CE6D. Grayscale: #424242. Windows color (decimal): -12045934 or 9580872. OLE color: 9580872.

HSL color Cylindrical-coordinate representation of color #483192: hue angle of 254.23º degrees, saturation: 0.5, 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 #483192 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 49 146 -
CMYK 0.51 0.66 0 0.43
HSL 254.23º 0.5% 0.38% -
HSV(B) 254.23º 0.66% 0.57% -
XYZ 8.96 5.65 27.81 -
YUV 66.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 72 49 146 0.51 0.66 0 0.43 254.23 0.5 0.38
Hex 48 31 92 33 42 0 2B FE 32 26
Octal 110 61 222 63 102 0 53 376 62 46
Binary 1001000 110001 10010010 110011 1000010 0 101011 11111110 110010 100110

Color Harmonies of #483192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483192

Black with #483192

Text Example


Text Example

White with #483192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483192; }

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

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

background-color css

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

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

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

border-color css

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

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

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