Html Css Color HEX #4B7764 Como

📋 copy color: '#4B7764'

red 75 ◦ green 119 ◦ blue 100

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

Shades of Como #4B7764

Tints of Como #4B7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 25.51%
G = 40.48%
B = 34.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#4B7764 (or 0x4B7764) is known color: Como. HEX triplet: 4B, 77 and 64. RGB value is (75,119,100). Sum of RGB (Red+Green+Blue) = 75+119+100=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7764 is #B4889B. Grayscale: #676767. Windows color (decimal): -11831452 or 6584139. OLE color: 6584139.

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

Color convert

RGB 75 119 100 -
CMYK 0.37 0 0.16 0.53
HSL 154.09º 0.23% 0.38% -
HSV(B) 154.09º 0.37% 0.47% -
XYZ 11.8 15.61 14.45 -
YUV 103.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 75 119 100 0.37 0 0.16 0.53 154.09 0.23 0.38
Hex 4B 77 64 25 0 10 35 9A 17 26
Octal 113 167 144 45 0 20 65 232 27 46
Binary 1001011 1110111 1100100 100101 0 10000 110101 10011010 10111 100110

Color Harmonies of #4B7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7764

Black with #4B7764

Text Example


Text Example

White with #4B7764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,119,100); }

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

background-color css

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

 a { background-color: rgb(75,119,100); }

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

border-color css

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

 span { border-color: rgb(75,119,100); }

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