#474143

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

Shades of Jon #474143

Tints of Jon #474143

Color information

#474143 (or 0x474143) is unknown color: approx Jon. HEX triplet: 47, 41 and 43. RGB value is (71,65,67). Sum of RGB (Red+Green+Blue) = 71+65+67=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474143 is #B8BEBC. Grayscale: #434343. Windows color (decimal): -12107453 or 4407623. OLE color: 4407623.

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

Color convert

RGB716567-
CMYK00.080.060.72
HSL340º4.41%26.67%-
HSV(B)340º8.45%27.84%-
XYZ5.55.536.09-
YUV67.02127.99130.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=34.98%
G=32.02%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71656700.080.060.723404.4126.67
Hex4741430864815441b
Octal1071011030106110524433
Binary10001111000001100001101000110100100010101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474143; }

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

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

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

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

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

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

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

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