#463065

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

Shades of Blue Diamond #463065

Tints of Blue Diamond #463065

Color information

#463065 (or 0x463065) is unknown color: approx Blue Diamond. HEX triplet: 46, 30 and 65. RGB value is (70,48,101). Sum of RGB (Red+Green+Blue) = 70+48+101=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #463065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463065 is #B9CF9A. Grayscale: #3C3C3C. Windows color (decimal): -12177307 or 6631494. OLE color: 6631494.

HSL color Cylindrical-coordinate representation of color #463065: hue angle of 264.91º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463065 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7048101-
CMYK0.310.5200.60
HSL264.91º35.57%29.22%-
HSV(B)264.91º52.48%39.61%-
XYZ5.934.3612.84-
YUV60.62150.79134.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=31.96%
G=21.92%
B=46.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70481010.310.5200.60264.9135.5729.22
Hex4630651F3403C109241d
Octal1066014537640744114435
Binary1000110110000110010111111110100011110010000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463065; }

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

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

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

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

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

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

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

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