Html Css Color HEX #473C3F Jon

📋 copy color: '#473C3F'

red 71 ◦ green 60 ◦ blue 63

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

Shades of Jon #473C3F

Tints of Jon #473C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

 BLUE value IS 63 (25% from 255) = 32.47%

R = 36.6%
G = 30.93%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#473C3F (or 0x473C3F) is known color: Jon. HEX triplet: 47, 3C and 3F. RGB value is (71,60,63). Sum of RGB (Red+Green+Blue) = 71+60+63=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C3F is #B8C3C0. Grayscale: #3F3F3F. Windows color (decimal): -12108737 or 4144199. OLE color: 4144199.

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

Color convert

RGB 71 60 63 -
CMYK 0 0.15 0.11 0.72
HSL 343.64º 0.08% 0.26% -
HSV(B) 343.64º 0.15% 0.28% -
XYZ 5.11 4.93 5.38 -
YUV 63.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 71 60 63 0 0.15 0.11 0.72 343.64 0.08 0.26
Hex 47 3C 3F 0 F B 48 158 8 1A
Octal 107 74 77 0 17 13 110 530 10 32
Binary 1000111 111100 111111 0 1111 1011 1001000 101011000 1000 11010

Color Harmonies of #473C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C3F

Black with #473C3F

Text Example


Text Example

White with #473C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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