#46266D

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

Shades of Blue Diamond #46266D

Tints of Blue Diamond #46266D

Color information

#46266D (or 0x46266D) is unknown color: approx Blue Diamond. HEX triplet: 46, 26 and 6D. RGB value is (70,38,109). Sum of RGB (Red+Green+Blue) = 70+38+109=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #46266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46266D is #B9D992. Grayscale: #373737. Windows color (decimal): -12179859 or 7153222. OLE color: 7153222.

HSL color Cylindrical-coordinate representation of color #46266D: hue angle of 267.04º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46266D is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7038109-
CMYK0.360.6500.57
HSL267.04º48.3%28.82%-
HSV(B)267.04º65.14%42.75%-
XYZ5.983.7914.88-
YUV55.66158.1138.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=32.26%
G=17.51%
B=50.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70381090.360.6500.57267.0448.328.82
Hex46266D244103910b301d
Octal10646155441010714136035
Binary100011010011011011011001001000001011100110000101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46266D; }

 p { color: rgb(70,38,109); }

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

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

 a { background-color: rgb(70,38,109); }

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

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

 span { border-color: rgb(70,38,109); }

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