Html Css Color HEX #484042 Jon

📋 copy color: '#484042'

red 72 ◦ green 64 ◦ blue 66

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

Shades of Jon #484042

Tints of Jon #484042

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 value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#484042 (or 0x484042) is known color: 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

RGB 72 64 66 -
CMYK 0 0.11 0.08 0.72
HSL 345º 0.06% 0.27% -
HSV(B) 345º 0.11% 0.28% -
XYZ 5.49 5.44 5.91 -
YUV 66.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 72 64 66 0 0.11 0.08 0.72 345 0.06 0.27
Hex 48 40 42 0 B 8 48 159 6 1B
Octal 110 100 102 0 13 10 110 531 6 33
Binary 1001000 1000000 1000010 0 1011 1000 1001000 101011001 110 11011

Color Harmonies of #484042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484042

Black with #484042

Text Example


Text Example

White with #484042

Text Example


Text Example

HTML Codes & Css Web 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>