#462871

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

Shades of Blue Diamond #462871

Tints of Blue Diamond #462871

Color information

#462871 (or 0x462871) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 71. RGB value is (70,40,113). Sum of RGB (Red+Green+Blue) = 70+40+113=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #462871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462871 is #B9D78E. Grayscale: #393939. Windows color (decimal): -12179343 or 7415878. OLE color: 7415878.

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

Color convert

RGB7040113-
CMYK0.380.6500.56
HSL264.66º47.71%30%-
HSV(B)264.66º64.6%44.31%-
XYZ6.274.0116.07-
YUV57.29159.44137.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=31.39%
G=17.94%
B=50.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70401130.380.6500.56264.6647.7130
Hex4628712641038109301e
Octal10650161461010704116036
Binary100011010100011100011001101000001011100010000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462871; }

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

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

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

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

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

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

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

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