#461E6C

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

Shades of Blue Diamond #461E6C

Tints of Blue Diamond #461E6C

Color information

#461E6C (or 0x461E6C) is unknown color: approx Blue Diamond. HEX triplet: 46, 1E and 6C. RGB value is (70,30,108). Sum of RGB (Red+Green+Blue) = 70+30+108=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #461E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E6C is #B9E193. Grayscale: #323232. Windows color (decimal): -12181908 or 7085638. OLE color: 7085638.

HSL color Cylindrical-coordinate representation of color #461E6C: hue angle of 270.77º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461E6C is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7030108-
CMYK0.350.7200.58
HSL270.77º56.52%27.06%-
HSV(B)270.77º72.22%42.35%-
XYZ5.73.3114.53-
YUV50.85160.25141.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=33.65%
G=14.42%
B=51.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70301080.350.7200.58270.7756.5227.06
Hex461E6C234803A10f391b
Octal10636154431100724177133
Binary10001101111011011001000111001000011101010000111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,30,108); }

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

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

 a { background-color: rgb(70,30,108); }

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

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

 span { border-color: rgb(70,30,108); }

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