Html Css Color HEX #4A9289 Lochinvar

📋 copy color: '#4A9289'

red 74 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #4A9289

Tints of Lochinvar #4A9289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 20.73%
G = 40.9%
B = 38.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#4A9289 (or 0x4A9289) is known color: Lochinvar. HEX triplet: 4A, 92 and 89. RGB value is (74,146,137). Sum of RGB (Red+Green+Blue) = 74+146+137=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9289 is #B56D76. Grayscale: #7B7B7B. Windows color (decimal): -11890039 or 9015882. OLE color: 9015882.

HSL color Cylindrical-coordinate representation of color #4A9289: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9289 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 146 137 -
CMYK 0.49 0 0.06 0.43
HSL 172.5º 0.33% 0.43% -
HSV(B) 172.5º 0.49% 0.57% -
XYZ 17.62 23.82 27.34 -
YUV 123.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 74 146 137 0.49 0 0.06 0.43 172.5 0.33 0.43
Hex 4A 92 89 31 0 6 2B AC 21 2B
Octal 112 222 211 61 0 6 53 254 41 53
Binary 1001010 10010010 10001001 110001 0 110 101011 10101100 100001 101011

Color Harmonies of #4A9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9289

Black with #4A9289

Text Example


Text Example

White with #4A9289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,146,137); }

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

background-color css

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

 a { background-color: rgb(74,146,137); }

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

border-color css

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

 span { border-color: rgb(74,146,137); }

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