#46256E

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

Shades of Blue Diamond #46256E

Tints of Blue Diamond #46256E

Color information

#46256E (or 0x46256E) is unknown color: approx Blue Diamond. HEX triplet: 46, 25 and 6E. RGB value is (70,37,110). Sum of RGB (Red+Green+Blue) = 70+37+110=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #46256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46256E is #B9DA91. Grayscale: #363636. Windows color (decimal): -12180114 or 7218502. OLE color: 7218502.

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

Color convert

RGB7037110-
CMYK0.360.6600.57
HSL267.12º49.66%28.82%-
HSV(B)267.12º66.36%43.14%-
XYZ63.7515.16-
YUV55.19158.93138.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=32.26%
G=17.05%
B=50.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70371100.360.6600.57267.1249.6628.82
Hex46256E244203910b321d
Octal10645156441020714136235
Binary100011010010111011101001001000010011100110000101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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