#463066

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

Shades of Blue Diamond #463066

Tints of Blue Diamond #463066

Color information

#463066 (or 0x463066) is unknown color: approx Blue Diamond. HEX triplet: 46, 30 and 66. RGB value is (70,48,102). Sum of RGB (Red+Green+Blue) = 70+48+102=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #463066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463066 is #B9CF99. Grayscale: #3C3C3C. Windows color (decimal): -12177306 or 6697030. OLE color: 6697030.

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

Color convert

RGB7048102-
CMYK0.310.5300.6
HSL264.44º36%29.41%-
HSV(B)264.44º52.94%40%-
XYZ5.984.3813.1-
YUV60.73151.29134.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=31.82%
G=21.82%
B=46.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70481020.310.5300.6264.443629.41
Hex4630661F3503C108241d
Octal1066014637650744104435
Binary1000110110000110011011111110101011110010000100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463066; }

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

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

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

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

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

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

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

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