#473066

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

Shades of Blue Diamond #473066

Tints of Blue Diamond #473066

Color information

#473066 (or 0x473066) is unknown color: approx Blue Diamond. HEX triplet: 47, 30 and 66. RGB value is (71,48,102). Sum of RGB (Red+Green+Blue) = 71+48+102=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #473066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473066 is #B8CF99. Grayscale: #3C3C3C. Windows color (decimal): -12111770 or 6697031. OLE color: 6697031.

HSL color Cylindrical-coordinate representation of color #473066: hue angle of 265.56º 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 #473066 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7148102-
CMYK0.300.5300.6
HSL265.56º36%29.41%-
HSV(B)265.56º52.94%40%-
XYZ6.054.4113.1-
YUV61.03151.12135.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=32.13%
G=21.72%
B=46.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71481020.300.5300.6265.563629.41
Hex4730661E3503C10a241d
Octal1076014636650744124435
Binary1000111110000110011011110110101011110010000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473066; }

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

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

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

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

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

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

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

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