#482971

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

Shades of Blue Diamond #482971

Tints of Blue Diamond #482971

Color information

#482971 (or 0x482971) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 71. RGB value is (72,41,113). Sum of RGB (Red+Green+Blue) = 72+41+113=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #482971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482971 is #B7D68E. Grayscale: #3A3A3A. Windows color (decimal): -12048015 or 7416136. OLE color: 7416136.

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

Color convert

RGB7241113-
CMYK0.360.6400.56
HSL265.83º46.75%30.2%-
HSV(B)265.83º63.72%44.31%-
XYZ6.454.1616.09-
YUV58.48158.77137.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 113 (44.53% from 255) = 50%
R=31.86%
G=18.14%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72411130.360.6400.56265.8346.7530.2
Hex482971244003810a2f1e
Octal11051161441000704125736
Binary100100010100111100011001001000000011100010000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482971; }

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

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

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

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

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

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

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

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