#461674

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

Shades of Blue Diamond #461674

Tints of Blue Diamond #461674

Color information

#461674 (or 0x461674) is unknown color: approx Blue Diamond. HEX triplet: 46, 16 and 74. RGB value is (70,22,116). Sum of RGB (Red+Green+Blue) = 70+22+116=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #461674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461674 is #B9E98B. Grayscale: #2E2E2E. Windows color (decimal): -12183948 or 7607878. OLE color: 7607878.

HSL color Cylindrical-coordinate representation of color #461674: hue angle of 270.64º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461674 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7022116-
CMYK0.400.8100.55
HSL270.64º68.12%27.06%-
HSV(B)270.64º81.03%45.49%-
XYZ5.973.1416.81-
YUV47.07166.9144.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=33.65%
G=10.58%
B=55.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70221160.400.8100.55270.6468.1227.06
Hex461674285103710f441b
Octal106261645012106741710433
Binary100011010110111010010100010100010110111100001111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461674; }

 p { color: rgb(70,22,116); }

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

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

 a { background-color: rgb(70,22,116); }

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

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

 span { border-color: rgb(70,22,116); }

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