#473065

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

Shades of Blue Diamond #473065

Tints of Blue Diamond #473065

Color information

#473065 (or 0x473065) is unknown color: approx Blue Diamond. HEX triplet: 47, 30 and 65. RGB value is (71,48,101). Sum of RGB (Red+Green+Blue) = 71+48+101=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #473065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473065 is #B8CF9A. Grayscale: #3C3C3C. Windows color (decimal): -12111771 or 6631495. OLE color: 6631495.

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

Color convert

RGB7148101-
CMYK0.300.5200.60
HSL266.04º35.57%29.22%-
HSV(B)266.04º52.48%39.61%-
XYZ64.3912.84-
YUV60.92150.62135.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=32.27%
G=21.82%
B=45.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71481010.300.5200.60266.0435.5729.22
Hex4730651E3403C10a241d
Octal1076014536640744124435
Binary1000111110000110010111110110100011110010000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473065; }

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

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

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

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

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

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

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

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