#464042

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

Shades of Jon #464042

Tints of Jon #464042

Color information

#464042 (or 0x464042) is unknown color: approx Jon. HEX triplet: 46, 40 and 42. RGB value is (70,64,66). Sum of RGB (Red+Green+Blue) = 70+64+66=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #464042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464042 is #B9BFBD. Grayscale: #424242. Windows color (decimal): -12173246 or 4341830. OLE color: 4341830.

HSL color Cylindrical-coordinate representation of color #464042: hue angle of 340º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464042 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB706466-
CMYK00.090.060.73
HSL340º4.48%26.27%-
HSV(B)340º8.57%27.45%-
XYZ5.345.365.91-
YUV66.02127.99130.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 66 (26.17% from 255) = 33%
R=35%
G=32%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70646600.090.060.733404.4826.27
Hex4640420964915441a
Octal1061001020116111524432
Binary10001101000000100001001001110100100110101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464042; }

 p { color: rgb(70,64,66); }

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

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

 a { background-color: rgb(70,64,66); }

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

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

 span { border-color: rgb(70,64,66); }

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