#473F41

Color #473F41 Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #473F41

Tints of Jon #473F41

Color information

#473F41 (or 0x473F41) is unknown color: approx Jon. HEX triplet: 47, 3F and 41. RGB value is (71,63,65). Sum of RGB (Red+Green+Blue) = 71+63+65=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F41 is #B8C0BE. Grayscale: #414141. Windows color (decimal): -12107967 or 4276039. OLE color: 4276039.

HSL color Cylindrical-coordinate representation of color #473F41: hue angle of 345º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #473F41 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB716365-
CMYK00.110.080.72
HSL345º5.97%26.27%-
HSV(B)345º11.27%27.84%-
XYZ5.335.285.74-
YUV65.62127.65131.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=35.68%
G=31.66%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71636500.110.080.723455.9726.27
Hex473F410B84815961a
Octal1077710101310110531632
Binary10001111111111000001010111000100100010101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473F41; }

 p { color: rgb(71,63,65); }

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

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

 a { background-color: rgb(71,63,65); }

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

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

 span { border-color: rgb(71,63,65); }

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