#461C6C

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

Shades of Blue Diamond #461C6C

Tints of Blue Diamond #461C6C

Color information

#461C6C (or 0x461C6C) is unknown color: approx Blue Diamond. HEX triplet: 46, 1C and 6C. RGB value is (70,28,108). Sum of RGB (Red+Green+Blue) = 70+28+108=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #461C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C6C is #B9E393. Grayscale: #313131. Windows color (decimal): -12182420 or 7085126. OLE color: 7085126.

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

Color convert

RGB7028108-
CMYK0.350.7400.58
HSL271.5º58.82%26.67%-
HSV(B)271.5º74.07%42.35%-
XYZ5.653.2214.51-
YUV49.68160.91142.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=33.98%
G=13.59%
B=52.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70281080.350.7400.58271.558.8226.67
Hex461C6C234A03A1103b1b
Octal10634154431120724207333
Binary10001101110011011001000111001010011101010001000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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