#483793

Color #483793 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #483793

Tints of Blue Gem #483793

Color information

#483793 (or 0x483793) is unknown color: approx 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

RGB7255147-
CMYK0.510.6300.42
HSL251.09º45.54%39.61%-
HSV(B)251.09º62.59%57.65%-
XYZ9.316.2228.31-
YUV70.57171.13129.02-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72551470.510.6300.42251.0945.5439.61
Hex483793333F02Afb2e28
Octal1106722363770523735650
Binary100100011011110010011110011111111010101011111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>