Html Css Color HEX #473F40 Jon

📋 copy color: '#473F40'

red 71 ◦ green 63 ◦ blue 64

#473F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #473F40

Tints of Jon #473F40

RGB

 RED value IS 71 (28.13% from 255) = 35.86%

 GREEN value IS 63 (25% from 255) = 31.82%

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 35.86%
G = 31.82%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473F40 (or 0x473F40) is known color: Jon. HEX triplet: 47, 3F and 40. RGB value is (71,63,64). Sum of RGB (Red+Green+Blue) = 71+63+64=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F40 is #B8C0BF. Grayscale: #414141. Windows color (decimal): -12107968 or 4210503. OLE color: 4210503.

HSL color Cylindrical-coordinate representation of color #473F40: hue angle of 352.5º 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 #473F40 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 64 -
CMYK 0 0.11 0.10 0.72
HSL 352.5º 0.06% 0.26% -
HSV(B) 352.5º 0.11% 0.28% -
XYZ 5.3 5.26 5.59 -
YUV 65.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 71 63 64 0 0.11 0.10 0.72 352.5 0.06 0.26
Hex 47 3F 40 0 B A 48 160 6 1A
Octal 107 77 100 0 13 12 110 540 6 32
Binary 1000111 111111 1000000 0 1011 1010 1001000 101100000 110 11010

Color Harmonies of #473F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F40

Black with #473F40

Text Example


Text Example

White with #473F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #473F40;
 }
 .AnyTagClassName
 {
   color: #473F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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