#483D92

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

Shades of Blue Gem #483D92

Tints of Blue Gem #483D92

Color information

#483D92 (or 0x483D92) is unknown color: approx Blue Gem. HEX triplet: 48, 3D and 92. RGB value is (72,61,146). Sum of RGB (Red+Green+Blue) = 72+61+146=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #483D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D92 is #B7C26D. Grayscale: #494949. Windows color (decimal): -12042862 or 9583944. OLE color: 9583944.

HSL color Cylindrical-coordinate representation of color #483D92: hue angle of 247.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483D92 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7261146-
CMYK0.510.5800.43
HSL247.76º41.06%40.59%-
HSV(B)247.76º58.22%57.25%-
XYZ9.536.7928-
YUV73.98168.64126.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=25.81%
G=21.86%
B=52.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72611460.510.5800.43247.7641.0640.59
Hex483D92333A02Bf82929
Octal1107522263720533705151
Binary100100011110110010010110011111010010101111111000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483D92; }

 p { color: rgb(72,61,146); }

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

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

 a { background-color: rgb(72,61,146); }

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

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

 span { border-color: rgb(72,61,146); }

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