#46156C

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

Shades of Blue Diamond #46156C

Tints of Blue Diamond #46156C

Color information

#46156C (or 0x46156C) is unknown color: approx Blue Diamond. HEX triplet: 46, 15 and 6C. RGB value is (70,21,108). Sum of RGB (Red+Green+Blue) = 70+21+108=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #46156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46156C is #B9EA93. Grayscale: #2D2D2D. Windows color (decimal): -12184212 or 7083334. OLE color: 7083334.

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

Color convert

RGB7021108-
CMYK0.350.8100.58
HSL273.79º67.44%25.29%-
HSV(B)273.79º80.56%42.35%-
XYZ5.52.9214.46-
YUV45.57163.23145.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=35.18%
G=10.55%
B=54.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70211080.350.8100.58273.7967.4425.29
Hex46156C235103A1124319
Octal106251544312107242210331
Binary100011010101110110010001110100010111010100010010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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