#461D74

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

Shades of Blue Diamond #461D74

Tints of Blue Diamond #461D74

Color information

#461D74 (or 0x461D74) is unknown color: approx Blue Diamond. HEX triplet: 46, 1D and 74. RGB value is (70,29,116). Sum of RGB (Red+Green+Blue) = 70+29+116=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #461D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D74 is #B9E28B. Grayscale: #323232. Windows color (decimal): -12182156 or 7609670. OLE color: 7609670.

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

Color convert

RGB7029116-
CMYK0.400.7500.55
HSL268.28º60%28.43%-
HSV(B)268.28º75%45.49%-
XYZ6.123.4416.86-
YUV51.18164.58141.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=32.56%
G=13.49%
B=53.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70291160.400.7500.55268.286028.43
Hex461D74284B03710c3c1c
Octal10635164501130674147434
Binary10001101110111101001010001001011011011110000110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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