#482571

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

Shades of Blue Diamond #482571

Tints of Blue Diamond #482571

Color information

#482571 (or 0x482571) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 71. RGB value is (72,37,113). Sum of RGB (Red+Green+Blue) = 72+37+113=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #482571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482571 is #B7DA8E. Grayscale: #373737. Windows color (decimal): -12049039 or 7415112. OLE color: 7415112.

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

Color convert

RGB7237113-
CMYK0.360.6700.56
HSL267.63º50.67%29.41%-
HSV(B)267.63º67.26%44.31%-
XYZ6.313.8916.04-
YUV56.13160.1139.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=32.43%
G=16.67%
B=50.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72371130.360.6700.56267.6350.6729.41
Hex482571244303810c331d
Octal11045161441030704146335
Binary100100010010111100011001001000011011100010000110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482571; }

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

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

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

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

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

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

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

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