#483093

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

Shades of Blue Gem #483093

Tints of Blue Gem #483093

Color information

#483093 (or 0x483093) is unknown color: approx Blue Gem. HEX triplet: 48, 30 and 93. RGB value is (72,48,147). Sum of RGB (Red+Green+Blue) = 72+48+147=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #483093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483093 is #B7CF6C. Grayscale: #424242. Windows color (decimal): -12046189 or 9646152. OLE color: 9646152.

HSL color Cylindrical-coordinate representation of color #483093: hue angle of 254.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483093 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7248147-
CMYK0.510.6700.42
HSL254.55º50.77%38.24%-
HSV(B)254.55º67.35%57.65%-
XYZ95.628.21-
YUV66.46173.45131.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=26.97%
G=17.98%
B=55.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72481470.510.6700.42254.5550.7738.24
Hex483093334302Aff3326
Octal11060223631030523776346
Binary1001000110000100100111100111000011010101011111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483093; }

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

 H1.HeaderClassName
 {
   color: #483093;
 }
 .AnyTagClassName
 {
   color: #483093;
 }
</style>
background-color css

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

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

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

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

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

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