Html Css Color HEX #4A7255 Como

📋 copy color: '#4A7255'

red 74 ◦ green 114 ◦ blue 85

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

Shades of Como #4A7255

Tints of Como #4A7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 27.11%
G = 41.76%
B = 31.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#4A7255 (or 0x4A7255) is known color: Como. HEX triplet: 4A, 72 and 55. RGB value is (74,114,85). Sum of RGB (Red+Green+Blue) = 74+114+85=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7255 is #B58DAA. Grayscale: #626262. Windows color (decimal): -11898283 or 5599818. OLE color: 5599818.

HSL color Cylindrical-coordinate representation of color #4A7255: hue angle of 136.5º 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 #4A7255 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 85 -
CMYK 0.35 0 0.25 0.55
HSL 136.5º 0.21% 0.37% -
HSV(B) 136.5º 0.35% 0.45% -
XYZ 10.48 14.15 10.77 -
YUV 98.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 74 114 85 0.35 0 0.25 0.55 136.5 0.21 0.37
Hex 4A 72 55 23 0 19 37 88 15 25
Octal 112 162 125 43 0 31 67 210 25 45
Binary 1001010 1110010 1010101 100011 0 11001 110111 10001000 10101 100101

Color Harmonies of #4A7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7255

Black with #4A7255

Text Example


Text Example

White with #4A7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,85); }

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

background-color css

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

 a { background-color: rgb(74,114,85); }

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

border-color css

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

 span { border-color: rgb(74,114,85); }

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