Html Css Color HEX #483795 Blue Gem

📋 copy color: '#483795'

red 72 ◦ green 55 ◦ blue 149

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

Shades of Blue Gem #483795

Tints of Blue Gem #483795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 26.09%
G = 19.93%
B = 53.99%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#483795 (or 0x483795) is known color: Blue Gem. HEX triplet: 48, 37 and 95. RGB value is (72,55,149). Sum of RGB (Red+Green+Blue) = 72+55+149=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #483795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483795 is #B7C86A. Grayscale: #464646. Windows color (decimal): -12044395 or 9779016. OLE color: 9779016.

HSL color Cylindrical-coordinate representation of color #483795: hue angle of 250.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483795 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 55 149 -
CMYK 0.52 0.63 0 0.42
HSL 250.85º 0.46% 0.4% -
HSV(B) 250.85º 0.63% 0.58% -
XYZ 9.46 6.28 29.15 -
YUV 70.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 72 55 149 0.52 0.63 0 0.42 250.85 0.46 0.4
Hex 48 37 95 34 3F 0 2A FB 2E 28
Octal 110 67 225 64 77 0 52 373 56 50
Binary 1001000 110111 10010101 110100 111111 0 101010 11111011 101110 101000

Color Harmonies of #483795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483795

Black with #483795

Text Example


Text Example

White with #483795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483795; }

 p { color: rgb(72,55,149); }

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

background-color css

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

 a { background-color: rgb(72,55,149); }

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

border-color css

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

 span { border-color: rgb(72,55,149); }

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