Html Css Color HEX #4C6B5A Como

📋 copy color: '#4C6B5A'

red 76 ◦ green 107 ◦ blue 90

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

Shades of Como #4C6B5A

Tints of Como #4C6B5A

RGB

 RED value IS 76 (30.08% from 255) = 27.84%

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 27.84%
G = 39.19%
B = 32.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#4C6B5A (or 0x4C6B5A) is known color: Como. HEX triplet: 4C, 6B and 5A. RGB value is (76,107,90). Sum of RGB (Red+Green+Blue) = 76+107+90=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B5A is #B394A5. Grayscale: #5F5F5F. Windows color (decimal): -11768998 or 5925708. OLE color: 5925708.

HSL color Cylindrical-coordinate representation of color #4C6B5A: hue angle of 147.1º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6B5A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 107 90 -
CMYK 0.29 0 0.16 0.58
HSL 147.1º 0.17% 0.36% -
HSV(B) 147.1º 0.29% 0.42% -
XYZ 10.08 12.79 11.61 -
YUV 95.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 76 107 90 0.29 0 0.16 0.58 147.1 0.17 0.36
Hex 4C 6B 5A 1D 0 10 3A 93 11 24
Octal 114 153 132 35 0 20 72 223 21 44
Binary 1001100 1101011 1011010 11101 0 10000 111010 10010011 10001 100100

Color Harmonies of #4C6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B5A

Black with #4C6B5A

Text Example


Text Example

White with #4C6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,90); }

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

background-color css

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

 a { background-color: rgb(76,107,90); }

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

border-color css

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

 span { border-color: rgb(76,107,90); }

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