#461876

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

Shades of Blue Diamond #461876

Tints of Blue Diamond #461876

Color information

#461876 (or 0x461876) is unknown color: approx Blue Diamond. HEX triplet: 46, 18 and 76. RGB value is (70,24,118). Sum of RGB (Red+Green+Blue) = 70+24+118=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #461876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461876 is #B9E789. Grayscale: #303030. Windows color (decimal): -12183434 or 7739462. OLE color: 7739462.

HSL color Cylindrical-coordinate representation of color #461876: hue angle of 269.36º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461876 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7024118-
CMYK0.410.8000.54
HSL269.36º66.2%27.84%-
HSV(B)269.36º79.66%46.27%-
XYZ6.123.2617.45-
YUV48.47167.24143.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=33.02%
G=11.32%
B=55.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70241180.410.8000.54269.3666.227.84
Hex461876295003610d421c
Octal106301665112006641510234
Binary100011011000111011010100110100000110110100001101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461876; }

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

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

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

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

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

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

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

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