#482873

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

Shades of Blue Diamond #482873

Tints of Blue Diamond #482873

Color information

#482873 (or 0x482873) is unknown color: approx Blue Diamond. HEX triplet: 48, 28 and 73. RGB value is (72,40,115). Sum of RGB (Red+Green+Blue) = 72+40+115=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #482873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482873 is #B7D78C. Grayscale: #393939. Windows color (decimal): -12048269 or 7546952. OLE color: 7546952.

HSL color Cylindrical-coordinate representation of color #482873: hue angle of 265.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482873 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7240115-
CMYK0.370.6500.55
HSL265.6º48.39%30.39%-
HSV(B)265.6º65.22%45.1%-
XYZ6.534.1316.67-
YUV58.12160.1137.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=31.72%
G=17.62%
B=50.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72401150.370.6500.55265.648.3930.39
Hex482873254103710a301e
Octal11050163451010674126036
Binary100100010100011100111001011000001011011110000101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482873; }

 p { color: rgb(72,40,115); }

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

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

 a { background-color: rgb(72,40,115); }

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

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

 span { border-color: rgb(72,40,115); }

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