#483162

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

Shades of Blue Diamond #483162

Tints of Blue Diamond #483162

Color information

#483162 (or 0x483162) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 62. RGB value is (72,49,98). Sum of RGB (Red+Green+Blue) = 72+49+98=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #483162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483162 is #B7CE9D. Grayscale: #3D3D3D. Windows color (decimal): -12045982 or 6435144. OLE color: 6435144.

HSL color Cylindrical-coordinate representation of color #483162: hue angle of 268.16º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483162 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB724998-
CMYK0.270.500.62
HSL268.16º33.33%28.82%-
HSV(B)268.16º50%38.43%-
XYZ5.984.4612.1-
YUV61.46148.62135.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=32.88%
G=22.37%
B=44.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7249980.270.500.62268.1633.3328.82
Hex4831621B3203E10c211d
Octal1106114233620764144135
Binary1001000110001110001011011110010011111010000110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483162; }

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

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

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

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

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

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

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

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