#462C62

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

Shades of Blue Diamond #462C62

Tints of Blue Diamond #462C62

Color information

#462C62 (or 0x462C62) is unknown color: approx Blue Diamond. HEX triplet: 46, 2C and 62. RGB value is (70,44,98). Sum of RGB (Red+Green+Blue) = 70+44+98=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #462C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C62 is #B9D39D. Grayscale: #393939. Windows color (decimal): -12178334 or 6433862. OLE color: 6433862.

HSL color Cylindrical-coordinate representation of color #462C62: hue angle of 268.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462C62 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB704498-
CMYK0.290.5500.62
HSL268.89º38.03%27.84%-
HSV(B)268.89º55.1%38.43%-
XYZ5.633.9912.03-
YUV57.93150.61136.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=33.02%
G=20.75%
B=46.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7044980.290.5500.62268.8938.0327.84
Hex462C621D3703E10d261c
Octal1065414235670764154634
Binary1000110101100110001011101110111011111010000110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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