#461D76

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

Shades of Blue Diamond #461D76

Tints of Blue Diamond #461D76

Color information

#461D76 (or 0x461D76) is unknown color: approx Blue Diamond. HEX triplet: 46, 1D and 76. RGB value is (70,29,118). Sum of RGB (Red+Green+Blue) = 70+29+118=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #461D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D76 is #B9E289. Grayscale: #333333. Windows color (decimal): -12182154 or 7740742. OLE color: 7740742.

HSL color Cylindrical-coordinate representation of color #461D76: hue angle of 267.64º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461D76 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7029118-
CMYK0.410.7500.54
HSL267.64º60.54%28.82%-
HSV(B)267.64º75.42%46.27%-
XYZ6.243.4917.48-
YUV51.4165.58141.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=32.26%
G=13.36%
B=54.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70291180.410.7500.54267.6460.5428.82
Hex461D76294B03610c3d1d
Octal10635166511130664147535
Binary10001101110111101101010011001011011011010000110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D76; }

 p { color: rgb(70,29,118); }

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

<style>
 a { background-color: #461D76; }

 a { background-color: rgb(70,29,118); }

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

<style>
 span { border-color: #461D76; }

 span { border-color: rgb(70,29,118); }

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