#462D6F

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

Shades of Blue Diamond #462D6F

Tints of Blue Diamond #462D6F

Color information

#462D6F (or 0x462D6F) is unknown color: approx Blue Diamond. HEX triplet: 46, 2D and 6F. RGB value is (70,45,111). Sum of RGB (Red+Green+Blue) = 70+45+111=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #462D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D6F is #B9D290. Grayscale: #3B3B3B. Windows color (decimal): -12178065 or 7286086. OLE color: 7286086.

HSL color Cylindrical-coordinate representation of color #462D6F: hue angle of 262.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462D6F is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7045111-
CMYK0.370.5900.56
HSL262.73º42.31%30.59%-
HSV(B)262.73º59.46%43.53%-
XYZ6.334.3315.54-
YUV60156.78135.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=30.97%
G=19.91%
B=49.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70451110.370.5900.56262.7342.3130.59
Hex462D6F253B0381072a1f
Octal1065515745730704075237
Binary10001101011011101111100101111011011100010000011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D6F; }

 p { color: rgb(70,45,111); }

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

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

 a { background-color: rgb(70,45,111); }

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

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

 span { border-color: rgb(70,45,111); }

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