Html Css Color HEX #4F988B Lochinvar

📋 copy color: '#4F988B'

red 79 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #4F988B

Tints of Lochinvar #4F988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 21.35%
G = 41.08%
B = 37.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#4F988B (or 0x4F988B) is known color: Lochinvar. HEX triplet: 4F, 98 and 8B. RGB value is (79,152,139). Sum of RGB (Red+Green+Blue) = 79+152+139=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #4F988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F988B is #B06774. Grayscale: #808080. Windows color (decimal): -11560821 or 9148495. OLE color: 9148495.

HSL color Cylindrical-coordinate representation of color #4F988B: hue angle of 169.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F988B is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 152 139 -
CMYK 0.48 0 0.09 0.40
HSL 169.32º 0.32% 0.45% -
HSV(B) 169.32º 0.48% 0.6% -
XYZ 19.11 25.98 28.43 -
YUV 128.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 79 152 139 0.48 0 0.09 0.40 169.32 0.32 0.45
Hex 4F 98 8B 30 0 9 28 A9 20 2D
Octal 117 230 213 60 0 11 50 251 40 55
Binary 1001111 10011000 10001011 110000 0 1001 101000 10101001 100000 101101

Color Harmonies of #4F988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F988B

Black with #4F988B

Text Example


Text Example

White with #4F988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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