#462D6E

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

Shades of Blue Diamond #462D6E

Tints of Blue Diamond #462D6E

Color information

#462D6E (or 0x462D6E) is unknown color: approx Blue Diamond. HEX triplet: 46, 2D and 6E. RGB value is (70,45,110). Sum of RGB (Red+Green+Blue) = 70+45+110=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #462D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D6E is #B9D291. Grayscale: #3B3B3B. Windows color (decimal): -12178066 or 7220550. OLE color: 7220550.

HSL color Cylindrical-coordinate representation of color #462D6E: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462D6E is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7045110-
CMYK0.360.5900.57
HSL263.08º41.94%30.39%-
HSV(B)263.08º59.09%43.14%-
XYZ6.284.315.25-
YUV59.88156.28135.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=31.11%
G=20%
B=48.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70451100.360.5900.57263.0841.9430.39
Hex462D6E243B0391072a1e
Octal1065515644730714075236
Binary10001101011011101110100100111011011100110000011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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