Html Css Color HEX #4A958A Lochinvar

📋 copy color: '#4A958A'

red 74 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #4A958A

Tints of Lochinvar #4A958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 20.5%
G = 41.27%
B = 38.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#4A958A (or 0x4A958A) is known color: Lochinvar. HEX triplet: 4A, 95 and 8A. RGB value is (74,149,138). Sum of RGB (Red+Green+Blue) = 74+149+138=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #4A958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A958A is #B56A75. Grayscale: #7D7D7D. Windows color (decimal): -11889270 or 9082186. OLE color: 9082186.

HSL color Cylindrical-coordinate representation of color #4A958A: hue angle of 171.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A958A is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 138 -
CMYK 0.50 0 0.07 0.42
HSL 171.2º 0.34% 0.44% -
HSV(B) 171.2º 0.5% 0.58% -
XYZ 18.16 24.79 27.87 -
YUV 125.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 74 149 138 0.50 0 0.07 0.42 171.2 0.34 0.44
Hex 4A 95 8A 32 0 7 2A AB 22 2C
Octal 112 225 212 62 0 7 52 253 42 54
Binary 1001010 10010101 10001010 110010 0 111 101010 10101011 100010 101100

Color Harmonies of #4A958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A958A

Black with #4A958A

Text Example


Text Example

White with #4A958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,138); }

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

background-color css

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

 a { background-color: rgb(74,149,138); }

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

border-color css

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

 span { border-color: rgb(74,149,138); }

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