#483891

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

Shades of Blue Gem #483891

Tints of Blue Gem #483891

Color information

#483891 (or 0x483891) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 91. RGB value is (72,56,145). Sum of RGB (Red+Green+Blue) = 72+56+145=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #483891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483891 is #B7C76E. Grayscale: #464646. Windows color (decimal): -12044143 or 9517128. OLE color: 9517128.

HSL color Cylindrical-coordinate representation of color #483891: hue angle of 250.79º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #483891 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7256145-
CMYK0.500.6100.43
HSL250.79º44.28%39.41%-
HSV(B)250.79º61.38%56.86%-
XYZ9.26.2527.51-
YUV70.93169.8128.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=26.37%
G=20.51%
B=53.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72561450.500.6100.43250.7944.2839.41
Hex483891323D02Bfb2c27
Octal1107022162750533735447
Binary100100011100010010001110010111101010101111111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483891; }

 p { color: rgb(72,56,145); }

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

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

 a { background-color: rgb(72,56,145); }

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

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

 span { border-color: rgb(72,56,145); }

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