#483788

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

Shades of Blue Gem #483788

Tints of Blue Gem #483788

Color information

#483788 (or 0x483788) is unknown color: approx Blue Gem. HEX triplet: 48, 37 and 88. RGB value is (72,55,136). Sum of RGB (Red+Green+Blue) = 72+55+136=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #483788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483788 is #B7C877. Grayscale: #454545. Windows color (decimal): -12044408 or 8927048. OLE color: 8927048.

HSL color Cylindrical-coordinate representation of color #483788: hue angle of 252.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483788 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7255136-
CMYK0.470.6000.47
HSL252.59º42.41%37.45%-
HSV(B)252.59º59.56%53.33%-
XYZ8.485.8923.98-
YUV69.32165.63129.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=27.38%
G=20.91%
B=51.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72551360.470.6000.47252.5942.4137.45
Hex4837882F3C02Ffd2a25
Octal1106721057740573755245
Binary100100011011110001000101111111100010111111111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483788; }

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

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

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

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

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

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

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

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