Html Css Color HEX #473E40 Jon

📋 copy color: '#473E40'

red 71 ◦ green 62 ◦ blue 64

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

Shades of Jon #473E40

Tints of Jon #473E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.47%

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

R = 36.04%
G = 31.47%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473E40 (or 0x473E40) is known color: Jon. HEX triplet: 47, 3E and 40. RGB value is (71,62,64). Sum of RGB (Red+Green+Blue) = 71+62+64=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #473E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E40 is #B8C1BF. Grayscale: #404040. Windows color (decimal): -12108224 or 4210247. OLE color: 4210247.

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

Color convert

RGB 71 62 64 -
CMYK 0 0.13 0.10 0.72
HSL 346.67º 0.07% 0.26% -
HSV(B) 346.67º 0.13% 0.28% -
XYZ 5.25 5.16 5.57 -
YUV 64.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 71 62 64 0 0.13 0.10 0.72 346.67 0.07 0.26
Hex 47 3E 40 0 D A 48 15B 7 1A
Octal 107 76 100 0 15 12 110 533 7 32
Binary 1000111 111110 1000000 0 1101 1010 1001000 101011011 111 11010

Color Harmonies of #473E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E40

Black with #473E40

Text Example


Text Example

White with #473E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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