#46373A

Color #46373A Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #46373A

Tints of Jon #46373A

Color information

#46373A (or 0x46373A) is unknown color: approx Jon. HEX triplet: 46, 37 and 3A. RGB value is (70,55,58). Sum of RGB (Red+Green+Blue) = 70+55+58=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373A is #B9C8C5. Grayscale: #3B3B3B. Windows color (decimal): -12175558 or 3815238. OLE color: 3815238.

HSL color Cylindrical-coordinate representation of color #46373A: hue angle of 348º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46373A is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB705558-
CMYK00.210.170.73
HSL348º12%24.51%-
HSV(B)348º21.43%27.45%-
XYZ4.664.344.6-
YUV59.83126.97135.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=38.25%
G=30.05%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70555800.210.170.733481224.51
Hex46373A015114915cc19
Octal1066772025211115341431
Binary1000110110111111010010101100011001001101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46373A; }

 p { color: rgb(70,55,58); }

 H1.HeaderClassName
 {
   color: #46373A;
 }
 .AnyTagClassName
 {
   color: #46373A;
 }
</style>
background-color css

<style>
 a { background-color: #46373A; }

 a { background-color: rgb(70,55,58); }

 div.DivClassName
 {
   background-color: #46373A;
 }
 .BgClassName
 {
   background-color: #46373A;
 }
</style>
border-color css

<style>
 span { border-color: #46373A; }

 span { border-color: rgb(70,55,58); }

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