Html Css Color HEX #4F968B Lochinvar

📋 copy color: '#4F968B'

red 79 ◦ green 150 ◦ blue 139

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

Shades of Lochinvar #4F968B

Tints of Lochinvar #4F968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 21.47%
G = 40.76%
B = 37.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#4F968B (or 0x4F968B) is known color: Lochinvar. HEX triplet: 4F, 96 and 8B. RGB value is (79,150,139). Sum of RGB (Red+Green+Blue) = 79+150+139=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #4F968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F968B is #B06974. Grayscale: #7F7F7F. Windows color (decimal): -11561333 or 9147983. OLE color: 9147983.

HSL color Cylindrical-coordinate representation of color #4F968B: hue angle of 170.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F968B is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 139 -
CMYK 0.47 0 0.07 0.41
HSL 170.7º 0.31% 0.45% -
HSV(B) 170.7º 0.47% 0.59% -
XYZ 18.79 25.34 28.33 -
YUV 127.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 79 150 139 0.47 0 0.07 0.41 170.7 0.31 0.45
Hex 4F 96 8B 2F 0 7 29 AB 1F 2D
Octal 117 226 213 57 0 7 51 253 37 55
Binary 1001111 10010110 10001011 101111 0 111 101001 10101011 11111 101101

Color Harmonies of #4F968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F968B

Black with #4F968B

Text Example


Text Example

White with #4F968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,139); }

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

background-color css

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

 a { background-color: rgb(79,150,139); }

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

border-color css

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

 span { border-color: rgb(79,150,139); }

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