Html Css Color HEX #4F968C Lochinvar

📋 copy color: '#4F968C'

red 79 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #4F968C

Tints of Lochinvar #4F968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 21.41%
G = 40.65%
B = 37.94%

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

#4F968C (or 0x4F968C) is known color: Lochinvar. HEX triplet: 4F, 96 and 8C. RGB value is (79,150,140). Sum of RGB (Red+Green+Blue) = 79+150+140=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #4F968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F968C is #B06973. Grayscale: #7F7F7F. Windows color (decimal): -11561332 or 9213519. OLE color: 9213519.

HSL color Cylindrical-coordinate representation of color #4F968C: hue angle of 171.55º 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 #4F968C is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 140 -
CMYK 0.47 0 0.07 0.41
HSL 171.55º 0.31% 0.45% -
HSV(B) 171.55º 0.47% 0.59% -
XYZ 18.86 25.37 28.71 -
YUV 127.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 79 150 140 0.47 0 0.07 0.41 171.55 0.31 0.45
Hex 4F 96 8C 2F 0 7 29 AC 1F 2D
Octal 117 226 214 57 0 7 51 254 37 55
Binary 1001111 10010110 10001100 101111 0 111 101001 10101100 11111 101101

Color Harmonies of #4F968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F968C

Black with #4F968C

Text Example


Text Example

White with #4F968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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