#462371

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

Shades of Blue Diamond #462371

Tints of Blue Diamond #462371

Color information

#462371 (or 0x462371) is unknown color: approx Blue Diamond. HEX triplet: 46, 23 and 71. RGB value is (70,35,113). Sum of RGB (Red+Green+Blue) = 70+35+113=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #462371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462371 is #B9DC8E. Grayscale: #363636. Windows color (decimal): -12180623 or 7414598. OLE color: 7414598.

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

Color convert

RGB7035113-
CMYK0.380.6900.56
HSL266.92º52.7%29.02%-
HSV(B)266.92º69.03%44.31%-
XYZ6.113.716.01-
YUV54.36161.1139.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=32.11%
G=16.06%
B=51.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70351130.380.6900.56266.9252.729.02
Hex462371264503810b351d
Octal10643161461050704136535
Binary100011010001111100011001101000101011100010000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462371; }

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

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

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

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

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

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

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

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