Html Css Color HEX #4A383A Jon

📋 copy color: '#4A383A'

red 74 ◦ green 56 ◦ blue 58

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

Shades of Jon #4A383A

Tints of Jon #4A383A

RGB

 RED value IS 74 (29.3% from 255) = 39.36%

 GREEN value IS 56 (22.27% from 255) = 29.79%

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 39.36%
G = 29.79%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A383A (or 0x4A383A) is known color: Jon. HEX triplet: 4A, 38 and 3A. RGB value is (74,56,58). Sum of RGB (Red+Green+Blue) = 74+56+58=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A383A is #B5C7C5. Grayscale: #3D3D3D. Windows color (decimal): -11913158 or 3815498. OLE color: 3815498.

HSL color Cylindrical-coordinate representation of color #4A383A: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A383A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 58 -
CMYK 0 0.24 0.22 0.71
HSL 353.33º 0.14% 0.25% -
HSV(B) 353.33º 0.24% 0.29% -
XYZ 5 4.59 4.63 -
YUV 61.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 74 56 58 0 0.24 0.22 0.71 353.33 0.14 0.25
Hex 4A 38 3A 0 18 16 47 161 E 19
Octal 112 70 72 0 30 26 107 541 16 31
Binary 1001010 111000 111010 0 11000 10110 1000111 101100001 1110 11001

Color Harmonies of #4A383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A383A

Black with #4A383A

Text Example


Text Example

White with #4A383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A383A; }

 p { color: rgb(74,56,58); }

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

background-color css

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

 a { background-color: rgb(74,56,58); }

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

border-color css

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

 span { border-color: rgb(74,56,58); }

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