#482073

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

Shades of Blue Diamond #482073

Tints of Blue Diamond #482073

Color information

#482073 (or 0x482073) is unknown color: approx Blue Diamond. HEX triplet: 48, 20 and 73. RGB value is (72,32,115). Sum of RGB (Red+Green+Blue) = 72+32+115=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #482073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482073 is #B7DF8C. Grayscale: #353535. Windows color (decimal): -12050317 or 7544904. OLE color: 7544904.

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

Color convert

RGB7232115-
CMYK0.370.7200.55
HSL268.92º56.46%28.82%-
HSV(B)268.92º72.17%45.1%-
XYZ6.283.6516.59-
YUV53.42162.75141.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=32.88%
G=14.61%
B=52.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72321150.370.7200.55268.9256.4628.82
Hex482073254803710d381d
Octal11040163451100674157035
Binary100100010000011100111001011001000011011110000110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482073; }

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

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

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

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

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

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

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

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