Html Css Color HEX #4A958E Lochinvar

📋 copy color: '#4A958E'

red 74 ◦ green 149 ◦ blue 142

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

Shades of Lochinvar #4A958E

Tints of Lochinvar #4A958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 20.27%
G = 40.82%
B = 38.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#4A958E (or 0x4A958E) is known color: Lochinvar. HEX triplet: 4A, 95 and 8E. RGB value is (74,149,142). Sum of RGB (Red+Green+Blue) = 74+149+142=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #4A958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A958E is #B56A71. Grayscale: #7D7D7D. Windows color (decimal): -11889266 or 9344330. OLE color: 9344330.

HSL color Cylindrical-coordinate representation of color #4A958E: hue angle of 174.4º 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 #4A958E is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 142 -
CMYK 0.50 0 0.05 0.42
HSL 174.4º 0.34% 0.44% -
HSV(B) 174.4º 0.5% 0.58% -
XYZ 18.45 24.9 29.43 -
YUV 125.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 74 149 142 0.50 0 0.05 0.42 174.4 0.34 0.44
Hex 4A 95 8E 32 0 5 2A AE 22 2C
Octal 112 225 216 62 0 5 52 256 42 54
Binary 1001010 10010101 10001110 110010 0 101 101010 10101110 100010 101100

Color Harmonies of #4A958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A958E

Black with #4A958E

Text Example


Text Example

White with #4A958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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