Html Css Color HEX #463B3C Jon

📋 copy color: '#463B3C'

red 70 ◦ green 59 ◦ blue 60

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

Shades of Jon #463B3C

Tints of Jon #463B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 37.04%
G = 31.22%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#463B3C (or 0x463B3C) is known color: Jon. HEX triplet: 46, 3B and 3C. RGB value is (70,59,60). Sum of RGB (Red+Green+Blue) = 70+59+60=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B3C is #B9C4C3. Grayscale: #3E3E3E. Windows color (decimal): -12174532 or 3947334. OLE color: 3947334.

HSL color Cylindrical-coordinate representation of color #463B3C: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #463B3C is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 60 -
CMYK 0 0.16 0.14 0.73
HSL 354.55º 0.09% 0.25% -
HSV(B) 354.55º 0.16% 0.27% -
XYZ 4.91 4.76 4.93 -
YUV 62.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 70 59 60 0 0.16 0.14 0.73 354.55 0.09 0.25
Hex 46 3B 3C 0 10 E 49 163 9 19
Octal 106 73 74 0 20 16 111 543 11 31
Binary 1000110 111011 111100 0 10000 1110 1001001 101100011 1001 11001

Color Harmonies of #463B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B3C

Black with #463B3C

Text Example


Text Example

White with #463B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,60); }

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

background-color css

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

 a { background-color: rgb(70,59,60); }

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

border-color css

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

 span { border-color: rgb(70,59,60); }

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