#46276F

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

Shades of Blue Diamond #46276F

Tints of Blue Diamond #46276F

Color information

#46276F (or 0x46276F) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 6F. RGB value is (70,39,111). Sum of RGB (Red+Green+Blue) = 70+39+111=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #46276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46276F is #B9D890. Grayscale: #383838. Windows color (decimal): -12179601 or 7284550. OLE color: 7284550.

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

Color convert

RGB7039111-
CMYK0.370.6500.56
HSL265.83º48%29.41%-
HSV(B)265.83º64.86%43.53%-
XYZ6.123.915.47-
YUV56.48158.77137.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=31.82%
G=17.73%
B=50.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70391110.370.6500.56265.834829.41
Hex46276F254103810a301d
Octal10647157451010704126035
Binary100011010011111011111001011000001011100010000101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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