Html Css Color HEX #4F9388 Lochinvar

📋 copy color: '#4F9388'

red 79 ◦ green 147 ◦ blue 136

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

Shades of Lochinvar #4F9388

Tints of Lochinvar #4F9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 21.82%
G = 40.61%
B = 37.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#4F9388 (or 0x4F9388) is known color: Lochinvar. HEX triplet: 4F, 93 and 88. RGB value is (79,147,136). Sum of RGB (Red+Green+Blue) = 79+147+136=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9388 is #B06C77. Grayscale: #7D7D7D. Windows color (decimal): -11562104 or 8950607. OLE color: 8950607.

HSL color Cylindrical-coordinate representation of color #4F9388: hue angle of 170.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9388 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 136 -
CMYK 0.46 0 0.07 0.42
HSL 170.29º 0.3% 0.44% -
HSV(B) 170.29º 0.46% 0.58% -
XYZ 18.1 24.31 27.03 -
YUV 125.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 79 147 136 0.46 0 0.07 0.42 170.29 0.3 0.44
Hex 4F 93 88 2E 0 7 2A AA 1E 2C
Octal 117 223 210 56 0 7 52 252 36 54
Binary 1001111 10010011 10001000 101110 0 111 101010 10101010 11110 101100

Color Harmonies of #4F9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9388

Black with #4F9388

Text Example


Text Example

White with #4F9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,147,136); }

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

background-color css

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

 a { background-color: rgb(79,147,136); }

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

border-color css

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

 span { border-color: rgb(79,147,136); }

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