Html Css Color HEX #463F41 Jon

📋 copy color: '#463F41'

red 70 ◦ green 63 ◦ blue 65

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

Shades of Jon #463F41

Tints of Jon #463F41

RGB

 RED value IS 70 (27.73% from 255) = 35.35%

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 35.35%
G = 31.82%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463F41 (or 0x463F41) is known color: Jon. HEX triplet: 46, 3F and 41. RGB value is (70,63,65). Sum of RGB (Red+Green+Blue) = 70+63+65=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #463F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F41 is #B9C0BE. Grayscale: #414141. Windows color (decimal): -12173503 or 4276038. OLE color: 4276038.

HSL color Cylindrical-coordinate representation of color #463F41: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #463F41 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 65 -
CMYK 0 0.10 0.07 0.73
HSL 342.86º 0.05% 0.26% -
HSV(B) 342.86º 0.1% 0.27% -
XYZ 5.26 5.24 5.74 -
YUV 65.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 70 63 65 0 0.10 0.07 0.73 342.86 0.05 0.26
Hex 46 3F 41 0 A 7 49 157 5 1A
Octal 106 77 101 0 12 7 111 527 5 32
Binary 1000110 111111 1000001 0 1010 111 1001001 101010111 101 11010

Color Harmonies of #463F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F41

Black with #463F41

Text Example


Text Example

White with #463F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F41; }

 p { color: rgb(70,63,65); }

 H1.HeaderClassName
 {
   color: #463F41;
 }
 .AnyTagClassName
 {
   color: #463F41;
 }
</style>

background-color css

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

 a { background-color: rgb(70,63,65); }

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

border-color css

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

 span { border-color: rgb(70,63,65); }

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