#46256F

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

Shades of Blue Diamond #46256F

Tints of Blue Diamond #46256F

Color information

#46256F (or 0x46256F) is unknown color: approx Blue Diamond. HEX triplet: 46, 25 and 6F. RGB value is (70,37,111). Sum of RGB (Red+Green+Blue) = 70+37+111=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #46256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46256F is #B9DA90. Grayscale: #373737. Windows color (decimal): -12180113 or 7284038. OLE color: 7284038.

HSL color Cylindrical-coordinate representation of color #46256F: hue angle of 266.76º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46256F is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7037111-
CMYK0.370.6700.56
HSL266.76º50%29.02%-
HSV(B)266.76º66.67%43.53%-
XYZ6.063.7715.45-
YUV55.3159.43138.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=32.11%
G=16.97%
B=50.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70371110.370.6700.56266.765029.02
Hex46256F254303810b321d
Octal10645157451030704136235
Binary100011010010111011111001011000011011100010000101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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