#462B6C

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

Shades of Blue Diamond #462B6C

Tints of Blue Diamond #462B6C

Color information

#462B6C (or 0x462B6C) is unknown color: approx Blue Diamond. HEX triplet: 46, 2B and 6C. RGB value is (70,43,108). Sum of RGB (Red+Green+Blue) = 70+43+108=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #462B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B6C is #B9D493. Grayscale: #3A3A3A. Windows color (decimal): -12178580 or 7088966. OLE color: 7088966.

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

Color convert

RGB7043108-
CMYK0.350.6000.58
HSL264.92º43.05%29.61%-
HSV(B)264.92º60.19%42.35%-
XYZ6.14.1114.66-
YUV58.48155.95136.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=31.67%
G=19.46%
B=48.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70431080.350.6000.58264.9243.0529.61
Hex462B6C233C03A1092b1e
Octal1065315443740724115336
Binary10001101010111101100100011111100011101010000100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,108); }

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

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

 a { background-color: rgb(70,43,108); }

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

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

 span { border-color: rgb(70,43,108); }

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