#46266A

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

Shades of Blue Diamond #46266A

Tints of Blue Diamond #46266A

Color information

#46266A (or 0x46266A) is unknown color: approx Blue Diamond. HEX triplet: 46, 26 and 6A. RGB value is (70,38,106). Sum of RGB (Red+Green+Blue) = 70+38+106=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #46266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46266A is #B9D995. Grayscale: #373737. Windows color (decimal): -12179862 or 6956614. OLE color: 6956614.

HSL color Cylindrical-coordinate representation of color #46266A: hue angle of 268.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46266A is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7038106-
CMYK0.340.6400.58
HSL268.24º47.22%28.24%-
HSV(B)268.24º64.15%41.57%-
XYZ5.823.7314.05-
YUV55.32156.6138.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=32.71%
G=17.76%
B=49.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70381060.340.6400.58268.2447.2228.24
Hex46266A224003A10c2f1c
Octal10646152421000724145734
Binary100011010011011010101000101000000011101010000110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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