#461D77

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

Shades of Blue Diamond #461D77

Tints of Blue Diamond #461D77

Color information

#461D77 (or 0x461D77) is unknown color: approx Blue Diamond. HEX triplet: 46, 1D and 77. RGB value is (70,29,119). Sum of RGB (Red+Green+Blue) = 70+29+119=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #461D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D77 is #B9E288. Grayscale: #333333. Windows color (decimal): -12182153 or 7806278. OLE color: 7806278.

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

Color convert

RGB7029119-
CMYK0.410.7600.53
HSL267.33º60.81%29.02%-
HSV(B)267.33º75.63%46.67%-
XYZ6.293.5117.8-
YUV51.52166.08141.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=32.11%
G=13.30%
B=54.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70291190.410.7600.53267.3360.8129.02
Hex461D77294C03510b3d1d
Octal10635167511140654137535
Binary10001101110111101111010011001100011010110000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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