Html Css Color HEX #4A998D Lochinvar

📋 copy color: '#4A998D'

red 74 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #4A998D

Tints of Lochinvar #4A998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 20.11%
G = 41.58%
B = 38.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#4A998D (or 0x4A998D) is known color: Lochinvar. HEX triplet: 4A, 99 and 8D. RGB value is (74,153,141). Sum of RGB (Red+Green+Blue) = 74+153+141=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #4A998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A998D is #B56672. Grayscale: #7F7F7F. Windows color (decimal): -11888243 or 9279818. OLE color: 9279818.

HSL color Cylindrical-coordinate representation of color #4A998D: hue angle of 170.89º 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 #4A998D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 141 -
CMYK 0.52 0 0.08 0.4
HSL 170.89º 0.35% 0.45% -
HSV(B) 170.89º 0.52% 0.6% -
XYZ 19.02 26.16 29.25 -
YUV 128.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 74 153 141 0.52 0 0.08 0.4 170.89 0.35 0.45
Hex 4A 99 8D 34 0 8 28 AB 23 2D
Octal 112 231 215 64 0 10 50 253 43 55
Binary 1001010 10011001 10001101 110100 0 1000 101000 10101011 100011 101101

Color Harmonies of #4A998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A998D

Black with #4A998D

Text Example


Text Example

White with #4A998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,141); }

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

background-color css

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

 a { background-color: rgb(74,153,141); }

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

border-color css

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

 span { border-color: rgb(74,153,141); }

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