#461C73

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

Shades of Blue Diamond #461C73

Tints of Blue Diamond #461C73

Color information

#461C73 (or 0x461C73) is unknown color: approx Blue Diamond. HEX triplet: 46, 1C and 73. RGB value is (70,28,115). Sum of RGB (Red+Green+Blue) = 70+28+115=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #461C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C73 is #B9E38C. Grayscale: #323232. Windows color (decimal): -12182413 or 7543878. OLE color: 7543878.

HSL color Cylindrical-coordinate representation of color #461C73: hue angle of 268.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461C73 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7028115-
CMYK0.390.7600.55
HSL268.97º60.84%28.04%-
HSV(B)268.97º75.65%45.1%-
XYZ6.043.3716.55-
YUV50.48164.41141.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=32.86%
G=13.15%
B=53.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70281150.390.7600.55268.9760.8428.04
Hex461C73274C03710d3d1c
Octal10634163471140674157534
Binary10001101110011100111001111001100011011110000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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