#483398

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

Shades of Blue Gem #483398

Tints of Blue Gem #483398

Color information

#483398 (or 0x483398) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and 98. RGB value is (72,51,152). Sum of RGB (Red+Green+Blue) = 72+51+152=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #483398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483398 is #B7CC67. Grayscale: #444444. Windows color (decimal): -12045416 or 9974600. OLE color: 9974600.

HSL color Cylindrical-coordinate representation of color #483398: hue angle of 252.48º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483398 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7251152-
CMYK0.530.6600.40
HSL252.48º49.75%39.8%-
HSV(B)252.48º66.45%59.61%-
XYZ9.526.0130.36-
YUV68.79174.96130.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=26.18%
G=18.55%
B=55.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72511520.530.6600.40252.4849.7539.8
Hex4833983542028fc3228
Octal11063230651020503746250
Binary1001000110011100110001101011000010010100011111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483398; }

 p { color: rgb(72,51,152); }

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

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

 a { background-color: rgb(72,51,152); }

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

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

 span { border-color: rgb(72,51,152); }

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