#461871

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

Shades of Blue Diamond #461871

Tints of Blue Diamond #461871

Color information

#461871 (or 0x461871) is unknown color: approx Blue Diamond. HEX triplet: 46, 18 and 71. RGB value is (70,24,113). Sum of RGB (Red+Green+Blue) = 70+24+113=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #461871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461871 is #B9E78E. Grayscale: #2F2F2F. Windows color (decimal): -12183439 or 7411782. OLE color: 7411782.

HSL color Cylindrical-coordinate representation of color #461871: hue angle of 271.01º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461871 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7024113-
CMYK0.380.7900.56
HSL271.01º64.96%26.86%-
HSV(B)271.01º78.76%44.31%-
XYZ5.833.1515.92-
YUV47.9164.74143.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=33.82%
G=11.59%
B=54.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70241130.380.7900.56271.0164.9626.86
Hex461871264F03810f411b
Octal106301614611707041710133
Binary100011011000111000110011010011110111000100001111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461871; }

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

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

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

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

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

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

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

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