Html Css Color HEX #4B7461 Como

📋 copy color: '#4B7461'

red 75 ◦ green 116 ◦ blue 97

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

Shades of Como #4B7461

Tints of Como #4B7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

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

R = 26.04%
G = 40.28%
B = 33.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#4B7461 (or 0x4B7461) is known color: Como. HEX triplet: 4B, 74 and 61. RGB value is (75,116,97). Sum of RGB (Red+Green+Blue) = 75+116+97=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7461 is #B48B9E. Grayscale: #656565. Windows color (decimal): -11832223 or 6386763. OLE color: 6386763.

HSL color Cylindrical-coordinate representation of color #4B7461: hue angle of 152.2º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7461 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 97 -
CMYK 0.35 0 0.16 0.55
HSL 152.2º 0.21% 0.37% -
HSV(B) 152.2º 0.35% 0.45% -
XYZ 11.3 14.85 13.58 -
YUV 101.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 75 116 97 0.35 0 0.16 0.55 152.2 0.21 0.37
Hex 4B 74 61 23 0 10 37 98 15 25
Octal 113 164 141 43 0 20 67 230 25 45
Binary 1001011 1110100 1100001 100011 0 10000 110111 10011000 10101 100101

Color Harmonies of #4B7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7461

Black with #4B7461

Text Example


Text Example

White with #4B7461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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