Html Css Color HEX #484344 Jon

📋 copy color: '#484344'

red 72 ◦ green 67 ◦ blue 68

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

Shades of Jon #484344

Tints of Jon #484344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 34.78%
G = 32.37%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#484344 (or 0x484344) is known color: Jon. HEX triplet: 48, 43 and 44. RGB value is (72,67,68). Sum of RGB (Red+Green+Blue) = 72+67+68=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484344 is #B7BCBB. Grayscale: #444444. Windows color (decimal): -12041404 or 4473672. OLE color: 4473672.

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

Color convert

RGB 72 67 68 -
CMYK 0 0.07 0.06 0.72
HSL 348º 0.04% 0.27% -
HSV(B) 348º 0.07% 0.28% -
XYZ 5.72 5.81 6.29 -
YUV 68.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 72 67 68 0 0.07 0.06 0.72 348 0.04 0.27
Hex 48 43 44 0 7 6 48 15C 4 1B
Octal 110 103 104 0 7 6 110 534 4 33
Binary 1001000 1000011 1000100 0 111 110 1001000 101011100 100 11011

Color Harmonies of #484344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484344

Black with #484344

Text Example


Text Example

White with #484344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484344; }

 p { color: rgb(72,67,68); }

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

background-color css

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

 a { background-color: rgb(72,67,68); }

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

border-color css

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

 span { border-color: rgb(72,67,68); }

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