#483163

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

Shades of Blue Diamond #483163

Tints of Blue Diamond #483163

Color information

#483163 (or 0x483163) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 63. RGB value is (72,49,99). Sum of RGB (Red+Green+Blue) = 72+49+99=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #483163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483163 is #B7CE9C. Grayscale: #3D3D3D. Windows color (decimal): -12045981 or 6500680. OLE color: 6500680.

HSL color Cylindrical-coordinate representation of color #483163: hue angle of 267.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483163 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB724999-
CMYK0.270.5100.61
HSL267.6º33.78%29.02%-
HSV(B)267.6º50.51%38.82%-
XYZ6.024.4812.35-
YUV61.58149.12135.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 99 (39.06% from 255) = 45%
R=32.73%
G=22.27%
B=45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7249990.270.5100.61267.633.7829.02
Hex4831631B3303D10c221d
Octal1106114333630754144235
Binary1001000110001110001111011110011011110110000110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483163; }

 p { color: rgb(72,49,99); }

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

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

 a { background-color: rgb(72,49,99); }

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

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

 span { border-color: rgb(72,49,99); }

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