#483160

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

Shades of Blue Diamond #483160

Tints of Blue Diamond #483160

Color information

#483160 (or 0x483160) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 60. RGB value is (72,49,96). Sum of RGB (Red+Green+Blue) = 72+49+96=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #483160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483160 is #B7CE9F. Grayscale: #3D3D3D. Windows color (decimal): -12045984 or 6304072. OLE color: 6304072.

HSL color Cylindrical-coordinate representation of color #483160: hue angle of 269.36º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483160 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB724996-
CMYK0.250.4900.62
HSL269.36º32.41%28.43%-
HSV(B)269.36º48.96%37.65%-
XYZ5.884.4211.61-
YUV61.24147.62135.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=33.18%
G=22.58%
B=44.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7249960.250.4900.62269.3632.4128.43
Hex483160193103E10d201c
Octal1106114031610764154034
Binary1001000110001110000011001110001011111010000110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483160; }

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

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

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

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

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

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

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

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