Html Css Color HEX #4B7861 Como

📋 copy color: '#4B7861'

red 75 ◦ green 120 ◦ blue 97

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

Shades of Como #4B7861

Tints of Como #4B7861

RGB

 RED value IS 75 (29.69% from 255) = 25.68%

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

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 25.68%
G = 41.1%
B = 33.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#4B7861 (or 0x4B7861) is known color: Como. HEX triplet: 4B, 78 and 61. RGB value is (75,120,97). Sum of RGB (Red+Green+Blue) = 75+120+97=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7861 is #B4879E. Grayscale: #676767. Windows color (decimal): -11831199 or 6387787. OLE color: 6387787.

HSL color Cylindrical-coordinate representation of color #4B7861: hue angle of 149.33º degrees, saturation: 0.23, 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 #4B7861 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 120 97 -
CMYK 0.37 0 0.19 0.53
HSL 149.33º 0.23% 0.38% -
HSV(B) 149.33º 0.38% 0.47% -
XYZ 11.78 15.79 13.74 -
YUV 103.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 75 120 97 0.37 0 0.19 0.53 149.33 0.23 0.38
Hex 4B 78 61 25 0 13 35 95 17 26
Octal 113 170 141 45 0 23 65 225 27 46
Binary 1001011 1111000 1100001 100101 0 10011 110101 10010101 10111 100110

Color Harmonies of #4B7861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7861

Black with #4B7861

Text Example


Text Example

White with #4B7861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,120,97); }

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

background-color css

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

 a { background-color: rgb(75,120,97); }

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

border-color css

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

 span { border-color: rgb(75,120,97); }

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