Html Css Color HEX #484041 Jon

📋 copy color: '#484041'

red 72 ◦ green 64 ◦ blue 65

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

Shades of Jon #484041

Tints of Jon #484041

RGB

 RED value IS 72 (28.52% from 255) = 35.82%

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 35.82%
G = 31.84%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484041 (or 0x484041) is known color: Jon. HEX triplet: 48, 40 and 41. RGB value is (72,64,65). Sum of RGB (Red+Green+Blue) = 72+64+65=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #484041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484041 is #B7BFBE. Grayscale: #424242. Windows color (decimal): -12042175 or 4276296. OLE color: 4276296.

HSL color Cylindrical-coordinate representation of color #484041: hue angle of 352.5º 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 #484041 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 65 -
CMYK 0 0.11 0.10 0.72
HSL 352.5º 0.06% 0.27% -
HSV(B) 352.5º 0.11% 0.28% -
XYZ 5.46 5.43 5.76 -
YUV 66.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 72 64 65 0 0.11 0.10 0.72 352.5 0.06 0.27
Hex 48 40 41 0 B A 48 160 6 1B
Octal 110 100 101 0 13 12 110 540 6 33
Binary 1001000 1000000 1000001 0 1011 1010 1001000 101100000 110 11011

Color Harmonies of #484041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484041

Black with #484041

Text Example


Text Example

White with #484041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484041; }

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

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

background-color css

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

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

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

border-color css

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

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

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