Html Css Color HEX #4A9A7D Lochinvar

📋 copy color: '#4A9A7D'

red 74 ◦ green 154 ◦ blue 125

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

Shades of Lochinvar #4A9A7D

Tints of Lochinvar #4A9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 20.96%
G = 43.63%
B = 35.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#4A9A7D (or 0x4A9A7D) is known color: Lochinvar. HEX triplet: 4A, 9A and 7D. RGB value is (74,154,125). Sum of RGB (Red+Green+Blue) = 74+154+125=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A7D is #B56582. Grayscale: #7E7E7E. Windows color (decimal): -11888003 or 8231498. OLE color: 8231498.

HSL color Cylindrical-coordinate representation of color #4A9A7D: hue angle of 158.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A7D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 154 125 -
CMYK 0.52 0 0.19 0.40
HSL 158.25º 0.35% 0.45% -
HSV(B) 158.25º 0.52% 0.6% -
XYZ 18.08 26.05 23.48 -
YUV 126.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 74 154 125 0.52 0 0.19 0.40 158.25 0.35 0.45
Hex 4A 9A 7D 34 0 13 28 9E 23 2D
Octal 112 232 175 64 0 23 50 236 43 55
Binary 1001010 10011010 1111101 110100 0 10011 101000 10011110 100011 101101

Color Harmonies of #4A9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9A7D

Black with #4A9A7D

Text Example


Text Example

White with #4A9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,154,125); }

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

background-color css

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

 a { background-color: rgb(74,154,125); }

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

border-color css

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

 span { border-color: rgb(74,154,125); }

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