#462C6E

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

Shades of Blue Diamond #462C6E

Tints of Blue Diamond #462C6E

Color information

#462C6E (or 0x462C6E) is unknown color: approx Blue Diamond. HEX triplet: 46, 2C and 6E. RGB value is (70,44,110). Sum of RGB (Red+Green+Blue) = 70+44+110=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #462C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C6E is #B9D391. Grayscale: #3B3B3B. Windows color (decimal): -12178322 or 7220294. OLE color: 7220294.

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

Color convert

RGB7044110-
CMYK0.360.600.57
HSL263.64º42.86%30.2%-
HSV(B)263.64º60%43.14%-
XYZ6.244.2315.24-
YUV59.3156.61135.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=31.25%
G=19.64%
B=49.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70441100.360.600.57263.6442.8630.2
Hex462C6E243C0391082b1e
Octal1065415644740714105336
Binary10001101011001101110100100111100011100110000100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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