#463060

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

Shades of Blue Diamond #463060

Tints of Blue Diamond #463060

Color information

#463060 (or 0x463060) is unknown color: approx Blue Diamond. HEX triplet: 46, 30 and 60. RGB value is (70,48,96). Sum of RGB (Red+Green+Blue) = 70+48+96=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #463060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463060 is #B9CF9F. Grayscale: #3B3B3B. Windows color (decimal): -12177312 or 6303814. OLE color: 6303814.

HSL color Cylindrical-coordinate representation of color #463060: hue angle of 267.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463060 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB704896-
CMYK0.270.5000.62
HSL267.5º33.33%28.24%-
HSV(B)267.5º50%37.65%-
XYZ5.694.2611.59-
YUV60.05148.29135.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=32.71%
G=22.43%
B=44.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7048960.270.5000.62267.533.3328.24
Hex4630601B3203E10c211c
Octal1066014033620764144134
Binary1000110110000110000011011110010011111010000110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463060; }

 p { color: rgb(70,48,96); }

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

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

 a { background-color: rgb(70,48,96); }

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

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

 span { border-color: rgb(70,48,96); }

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