#462971

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

Shades of Blue Diamond #462971

Tints of Blue Diamond #462971

Color information

#462971 (or 0x462971) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 71. RGB value is (70,41,113). Sum of RGB (Red+Green+Blue) = 70+41+113=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #462971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462971 is #B9D68E. Grayscale: #393939. Windows color (decimal): -12179087 or 7416134. OLE color: 7416134.

HSL color Cylindrical-coordinate representation of color #462971: hue angle of 264.17º 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 #462971 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7041113-
CMYK0.380.6400.56
HSL264.17º46.75%30.2%-
HSV(B)264.17º63.72%44.31%-
XYZ6.34.0816.08-
YUV57.88159.11136.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=31.25%
G=18.30%
B=50.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70411130.380.6400.56264.1746.7530.2
Hex46297126400381082f1e
Octal10651161461000704105736
Binary100011010100111100011001101000000011100010000100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462971; }

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

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

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

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

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

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

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

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