#463061

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

Shades of Blue Diamond #463061

Tints of Blue Diamond #463061

Color information

#463061 (or 0x463061) is unknown color: approx Blue Diamond. HEX triplet: 46, 30 and 61. RGB value is (70,48,97). Sum of RGB (Red+Green+Blue) = 70+48+97=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #463061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463061 is #B9CF9E. Grayscale: #3B3B3B. Windows color (decimal): -12177311 or 6369350. OLE color: 6369350.

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

Color convert

RGB704897-
CMYK0.280.5100.62
HSL266.94º33.79%28.43%-
HSV(B)266.94º50.52%38.04%-
XYZ5.744.2811.83-
YUV60.16148.79135.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=32.56%
G=22.33%
B=45.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7048970.280.5100.62266.9433.7928.43
Hex4630611C3303E10b221c
Octal1066014134630764134234
Binary1000110110000110000111100110011011111010000101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463061; }

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

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

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

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

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

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

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

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