#462962

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

Shades of Blue Diamond #462962

Tints of Blue Diamond #462962

Color information

#462962 (or 0x462962) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 62. RGB value is (70,41,98). Sum of RGB (Red+Green+Blue) = 70+41+98=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #462962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462962 is #B9D69D. Grayscale: #373737. Windows color (decimal): -12179102 or 6433094. OLE color: 6433094.

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

Color convert

RGB704198-
CMYK0.290.5800.62
HSL270.53º41.01%27.25%-
HSV(B)270.53º58.16%38.43%-
XYZ5.523.7711.99-
YUV56.17151.61137.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=33.49%
G=19.62%
B=46.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7041980.290.5800.62270.5341.0127.25
Hex4629621D3A03E10f291b
Octal1065114235720764175133
Binary1000110101001110001011101111010011111010000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462962; }

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

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

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

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

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

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

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

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