#46176B

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

Shades of Blue Diamond #46176B

Tints of Blue Diamond #46176B

Color information

#46176B (or 0x46176B) is unknown color: approx Blue Diamond. HEX triplet: 46, 17 and 6B. RGB value is (70,23,107). Sum of RGB (Red+Green+Blue) = 70+23+107=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #46176B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46176B is #B9E894. Grayscale: #2E2E2E. Windows color (decimal): -12183701 or 7018310. OLE color: 7018310.

HSL color Cylindrical-coordinate representation of color #46176B: hue angle of 273.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46176B is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7023107-
CMYK0.350.7900.58
HSL273.57º64.62%25.49%-
HSV(B)273.57º78.5%41.96%-
XYZ5.492.9814.2-
YUV46.63162.07144.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 107 (42.19% from 255) = 53.5%
R=35%
G=11.5%
B=53.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70231070.350.7900.58273.5764.6225.49
Hex46176B234F03A1124119
Octal106271534311707242210131
Binary100011010111110101110001110011110111010100010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46176B; }

 p { color: rgb(70,23,107); }

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

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

 a { background-color: rgb(70,23,107); }

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

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

 span { border-color: rgb(70,23,107); }

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