#46156E

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

Shades of Blue Diamond #46156E

Tints of Blue Diamond #46156E

Color information

#46156E (or 0x46156E) is unknown color: approx Blue Diamond. HEX triplet: 46, 15 and 6E. RGB value is (70,21,110). Sum of RGB (Red+Green+Blue) = 70+21+110=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #46156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46156E is #B9EA91. Grayscale: #2D2D2D. Windows color (decimal): -12184210 or 7214406. OLE color: 7214406.

HSL color Cylindrical-coordinate representation of color #46156E: hue angle of 273.03º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46156E is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7021110-
CMYK0.360.8100.57
HSL273.03º67.94%25.69%-
HSV(B)273.03º80.91%43.14%-
XYZ5.612.9615.03-
YUV45.8164.23145.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=34.83%
G=10.45%
B=54.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70211100.360.8100.57273.0367.9425.69
Hex46156E2451039111441a
Octal106251564412107142110432
Binary100011010101110111010010010100010111001100010001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46156E; }

 p { color: rgb(70,21,110); }

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

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

 a { background-color: rgb(70,21,110); }

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

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

 span { border-color: rgb(70,21,110); }

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