#484042

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

Shades of Jon #484042

Tints of Jon #484042

Color information

#484042 (or 0x484042) is unknown color: approx Jon. HEX triplet: 48, 40 and 42. RGB value is (72,64,66). Sum of RGB (Red+Green+Blue) = 72+64+66=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #484042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484042 is #B7BFBD. Grayscale: #424242. Windows color (decimal): -12042174 or 4341832. OLE color: 4341832.

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

Color convert

RGB726466-
CMYK00.110.080.72
HSL345º5.88%26.67%-
HSV(B)345º11.11%28.24%-
XYZ5.495.445.91-
YUV66.62127.65131.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=35.64%
G=31.68%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72646600.110.080.723455.8826.67
Hex4840420B84815961b
Octal11010010201310110531633
Binary100100010000001000010010111000100100010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484042; }

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

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

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

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

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

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

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

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