Html Css Color HEX #4A7D5C Como

📋 copy color: '#4A7D5C'

red 74 ◦ green 125 ◦ blue 92

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

Shades of Como #4A7D5C

Tints of Como #4A7D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 25.43%
G = 42.96%
B = 31.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#4A7D5C (or 0x4A7D5C) is known color: Como. HEX triplet: 4A, 7D and 5C. RGB value is (74,125,92). Sum of RGB (Red+Green+Blue) = 74+125+92=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D5C is #B582A3. Grayscale: #6A6A6A. Windows color (decimal): -11895460 or 6061386. OLE color: 6061386.

HSL color Cylindrical-coordinate representation of color #4A7D5C: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D5C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 125 92 -
CMYK 0.41 0 0.26 0.51
HSL 141.18º 0.26% 0.39% -
HSV(B) 141.18º 0.41% 0.49% -
XYZ 12.09 16.9 12.75 -
YUV 105.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 74 125 92 0.41 0 0.26 0.51 141.18 0.26 0.39
Hex 4A 7D 5C 29 0 1A 33 8D 1A 27
Octal 112 175 134 51 0 32 63 215 32 47
Binary 1001010 1111101 1011100 101001 0 11010 110011 10001101 11010 100111

Color Harmonies of #4A7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7D5C

Black with #4A7D5C

Text Example


Text Example

White with #4A7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,92); }

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

background-color css

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

 a { background-color: rgb(74,125,92); }

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

border-color css

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

 span { border-color: rgb(74,125,92); }

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