#482370

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

Shades of Blue Diamond #482370

Tints of Blue Diamond #482370

Color information

#482370 (or 0x482370) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 70. RGB value is (72,35,112). Sum of RGB (Red+Green+Blue) = 72+35+112=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #482370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482370 is #B7DC8F. Grayscale: #363636. Windows color (decimal): -12049552 or 7349064. OLE color: 7349064.

HSL color Cylindrical-coordinate representation of color #482370: hue angle of 268.83º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482370 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7235112-
CMYK0.360.6900.56
HSL268.83º52.38%28.82%-
HSV(B)268.83º68.75%43.92%-
XYZ6.23.7515.73-
YUV54.84160.26140.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=32.88%
G=15.98%
B=51.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72351120.360.6900.56268.8352.3828.82
Hex482370244503810d341d
Octal11043160441050704156435
Binary100100010001111100001001001000101011100010000110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482370; }

 p { color: rgb(72,35,112); }

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

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

 a { background-color: rgb(72,35,112); }

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

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

 span { border-color: rgb(72,35,112); }

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