Html Css Color HEX #4F9084 Lochinvar

📋 copy color: '#4F9084'

red 79 ◦ green 144 ◦ blue 132

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

Shades of Lochinvar #4F9084

Tints of Lochinvar #4F9084

RGB

 RED value IS 79 (31.25% from 255) = 22.25%

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 22.25%
G = 40.56%
B = 37.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#4F9084 (or 0x4F9084) is known color: Lochinvar. HEX triplet: 4F, 90 and 84. RGB value is (79,144,132). Sum of RGB (Red+Green+Blue) = 79+144+132=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9084 is #B06F7B. Grayscale: #7B7B7B. Windows color (decimal): -11562876 or 8687695. OLE color: 8687695.

HSL color Cylindrical-coordinate representation of color #4F9084: hue angle of 168.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9084 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 132 -
CMYK 0.45 0 0.08 0.44
HSL 168.92º 0.29% 0.44% -
HSV(B) 168.92º 0.45% 0.56% -
XYZ 17.36 23.27 25.41 -
YUV 123.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 79 144 132 0.45 0 0.08 0.44 168.92 0.29 0.44
Hex 4F 90 84 2D 0 8 2C A9 1D 2C
Octal 117 220 204 55 0 10 54 251 35 54
Binary 1001111 10010000 10000100 101101 0 1000 101100 10101001 11101 101100

Color Harmonies of #4F9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9084

Black with #4F9084

Text Example


Text Example

White with #4F9084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,132); }

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

background-color css

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

 a { background-color: rgb(79,144,132); }

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

border-color css

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

 span { border-color: rgb(79,144,132); }

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