#461671

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

Shades of Blue Diamond #461671

Tints of Blue Diamond #461671

Color information

#461671 (or 0x461671) is unknown color: approx Blue Diamond. HEX triplet: 46, 16 and 71. RGB value is (70,22,113). Sum of RGB (Red+Green+Blue) = 70+22+113=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #461671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461671 is #B9E98E. Grayscale: #2E2E2E. Windows color (decimal): -12183951 or 7411270. OLE color: 7411270.

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

Color convert

RGB7022113-
CMYK0.380.8100.56
HSL271.65º67.41%26.47%-
HSV(B)271.65º80.53%44.31%-
XYZ5.793.0715.91-
YUV46.73165.4144.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=34.15%
G=10.73%
B=55.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70221130.380.8100.56271.6567.4126.47
Hex4616712651038110431a
Octal106261614612107042010332
Binary100011010110111000110011010100010111000100010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461671; }

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

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

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

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

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

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

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

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