Html Css Color HEX #4F9988 Lochinvar

📋 copy color: '#4F9988'

red 79 ◦ green 153 ◦ blue 136

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

Shades of Lochinvar #4F9988

Tints of Lochinvar #4F9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 21.47%
G = 41.58%
B = 36.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#4F9988 (or 0x4F9988) is known color: Lochinvar. HEX triplet: 4F, 99 and 88. RGB value is (79,153,136). Sum of RGB (Red+Green+Blue) = 79+153+136=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9988 is #B06677. Grayscale: #808080. Windows color (decimal): -11560568 or 8952143. OLE color: 8952143.

HSL color Cylindrical-coordinate representation of color #4F9988: hue angle of 166.22º 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 #4F9988 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 153 136 -
CMYK 0.48 0 0.11 0.4
HSL 166.22º 0.32% 0.45% -
HSV(B) 166.22º 0.48% 0.6% -
XYZ 19.06 26.22 27.35 -
YUV 128.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 79 153 136 0.48 0 0.11 0.4 166.22 0.32 0.45
Hex 4F 99 88 30 0 B 28 A6 20 2D
Octal 117 231 210 60 0 13 50 246 40 55
Binary 1001111 10011001 10001000 110000 0 1011 101000 10100110 100000 101101

Color Harmonies of #4F9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9988

Black with #4F9988

Text Example


Text Example

White with #4F9988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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