#461977

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

Shades of Blue Diamond #461977

Tints of Blue Diamond #461977

Color information

#461977 (or 0x461977) is unknown color: approx Blue Diamond. HEX triplet: 46, 19 and 77. RGB value is (70,25,119). Sum of RGB (Red+Green+Blue) = 70+25+119=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #461977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461977 is #B9E688. Grayscale: #303030. Windows color (decimal): -12183177 or 7805254. OLE color: 7805254.

HSL color Cylindrical-coordinate representation of color #461977: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461977 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7025119-
CMYK0.410.7900.53
HSL268.72º65.28%28.24%-
HSV(B)268.72º78.99%46.67%-
XYZ6.23.3317.77-
YUV49.17167.41142.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=32.71%
G=11.68%
B=55.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70251190.410.7900.53268.7265.2828.24
Hex461977294F03510d411c
Octal106311675111706541510134
Binary100011011001111011110100110011110110101100001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461977; }

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

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

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

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

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

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

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

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