Html Css Color HEX #4A6B58 Como

📋 copy color: '#4A6B58'

red 74 ◦ green 107 ◦ blue 88

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

Shades of Como #4A6B58

Tints of Como #4A6B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.78%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 27.51%
G = 39.78%
B = 32.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#4A6B58 (or 0x4A6B58) is known color: Como. HEX triplet: 4A, 6B and 58. RGB value is (74,107,88). Sum of RGB (Red+Green+Blue) = 74+107+88=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B58 is #B594A7. Grayscale: #5F5F5F. Windows color (decimal): -11900072 or 5794634. OLE color: 5794634.

HSL color Cylindrical-coordinate representation of color #4A6B58: hue angle of 145.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B58 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 88 -
CMYK 0.31 0 0.18 0.58
HSL 145.45º 0.18% 0.35% -
HSV(B) 145.45º 0.31% 0.42% -
XYZ 9.84 12.68 11.16 -
YUV 94.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 74 107 88 0.31 0 0.18 0.58 145.45 0.18 0.35
Hex 4A 6B 58 1F 0 12 3A 91 12 23
Octal 112 153 130 37 0 22 72 221 22 43
Binary 1001010 1101011 1011000 11111 0 10010 111010 10010001 10010 100011

Color Harmonies of #4A6B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B58

Black with #4A6B58

Text Example


Text Example

White with #4A6B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,88); }

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

background-color css

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

 a { background-color: rgb(74,107,88); }

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

border-color css

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

 span { border-color: rgb(74,107,88); }

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