#474243

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

Shades of Jon #474243

Tints of Jon #474243

Color information

#474243 (or 0x474243) is unknown color: approx Jon. HEX triplet: 47, 42 and 43. RGB value is (71,66,67). Sum of RGB (Red+Green+Blue) = 71+66+67=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474243 is #B8BDBC. Grayscale: #434343. Windows color (decimal): -12107197 or 4407879. OLE color: 4407879.

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

Color convert

RGB716667-
CMYK00.070.060.72
HSL348º3.65%26.86%-
HSV(B)348º7.04%27.84%-
XYZ5.565.646.11-
YUV67.61127.66130.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=34.80%
G=32.35%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71666700.070.060.723483.6526.86
Hex4742430764815c41b
Octal107102103076110534433
Binary1000111100001010000110111110100100010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474243; }

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

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

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

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

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

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

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

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