#462171

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

Shades of Blue Diamond #462171

Tints of Blue Diamond #462171

Color information

#462171 (or 0x462171) is unknown color: approx Blue Diamond. HEX triplet: 46, 21 and 71. RGB value is (70,33,113). Sum of RGB (Red+Green+Blue) = 70+33+113=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #462171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462171 is #B9DE8E. Grayscale: #343434. Windows color (decimal): -12181135 or 7414086. OLE color: 7414086.

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

Color convert

RGB7033113-
CMYK0.380.7100.56
HSL267.75º54.79%28.63%-
HSV(B)267.75º70.8%44.31%-
XYZ6.053.5816-
YUV53.18161.76140-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=32.41%
G=15.28%
B=52.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70331130.380.7100.56267.7554.7928.63
Hex462171264703810c371d
Octal10641161461070704146735
Binary100011010000111100011001101000111011100010000110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462171; }

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

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

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

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

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

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

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

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