Html Css Color HEX #483793 Blue Gem

📋 copy color: '#483793'

red 72 ◦ green 55 ◦ blue 147

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

Shades of Blue Gem #483793

Tints of Blue Gem #483793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 26.28%
G = 20.07%
B = 53.65%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#483793 (or 0x483793) is known color: Blue Gem. HEX triplet: 48, 37 and 93. RGB value is (72,55,147). Sum of RGB (Red+Green+Blue) = 72+55+147=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #483793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483793 is #B7C86C. Grayscale: #464646. Windows color (decimal): -12044397 or 9647944. OLE color: 9647944.

HSL color Cylindrical-coordinate representation of color #483793: hue angle of 251.09º 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 #483793 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 55 147 -
CMYK 0.51 0.63 0 0.42
HSL 251.09º 0.46% 0.4% -
HSV(B) 251.09º 0.63% 0.58% -
XYZ 9.31 6.22 28.31 -
YUV 70.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 72 55 147 0.51 0.63 0 0.42 251.09 0.46 0.4
Hex 48 37 93 33 3F 0 2A FB 2E 28
Octal 110 67 223 63 77 0 52 373 56 50
Binary 1001000 110111 10010011 110011 111111 0 101010 11111011 101110 101000

Color Harmonies of #483793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483793

Black with #483793

Text Example


Text Example

White with #483793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483793; }

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

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

background-color css

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

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

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

border-color css

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

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

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