#482572

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

Shades of Blue Diamond #482572

Tints of Blue Diamond #482572

Color information

#482572 (or 0x482572) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 72. RGB value is (72,37,114). Sum of RGB (Red+Green+Blue) = 72+37+114=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #482572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482572 is #B7DA8D. Grayscale: #373737. Windows color (decimal): -12049038 or 7480648. OLE color: 7480648.

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

Color convert

RGB7237114-
CMYK0.370.6800.55
HSL267.27º50.99%29.61%-
HSV(B)267.27º67.54%44.71%-
XYZ6.373.9216.34-
YUV56.24160.6139.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=32.29%
G=16.59%
B=51.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72371140.370.6800.55267.2750.9929.61
Hex482572254403710b331e
Octal11045162451040674136336
Binary100100010010111100101001011000100011011110000101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482572; }

 p { color: rgb(72,37,114); }

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

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

 a { background-color: rgb(72,37,114); }

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

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

 span { border-color: rgb(72,37,114); }

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