Html Css Color HEX #4A7858 Como

📋 copy color: '#4A7858'

red 74 ◦ green 120 ◦ blue 88

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

Shades of Como #4A7858

Tints of Como #4A7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

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

R = 26.24%
G = 42.55%
B = 31.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#4A7858 (or 0x4A7858) is known color: Como. HEX triplet: 4A, 78 and 58. RGB value is (74,120,88). Sum of RGB (Red+Green+Blue) = 74+120+88=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7858 is #B587A7. Grayscale: #666666. Windows color (decimal): -11896744 or 5797962. OLE color: 5797962.

HSL color Cylindrical-coordinate representation of color #4A7858: hue angle of 138.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7858 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 120 88 -
CMYK 0.38 0 0.27 0.53
HSL 138.26º 0.24% 0.38% -
HSV(B) 138.26º 0.38% 0.47% -
XYZ 11.3 15.59 11.65 -
YUV 102.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 74 120 88 0.38 0 0.27 0.53 138.26 0.24 0.38
Hex 4A 78 58 26 0 1B 35 8A 18 26
Octal 112 170 130 46 0 33 65 212 30 46
Binary 1001010 1111000 1011000 100110 0 11011 110101 10001010 11000 100110

Color Harmonies of #4A7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7858

Black with #4A7858

Text Example


Text Example

White with #4A7858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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