Html Css Color HEX #4F9288 Lochinvar

📋 copy color: '#4F9288'

red 79 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #4F9288

Tints of Lochinvar #4F9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 21.88%
G = 40.44%
B = 37.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#4F9288 (or 0x4F9288) is known color: Lochinvar. HEX triplet: 4F, 92 and 88. RGB value is (79,146,136). Sum of RGB (Red+Green+Blue) = 79+146+136=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9288 is #B06D77. Grayscale: #7C7C7C. Windows color (decimal): -11562360 or 8950351. OLE color: 8950351.

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

Color convert

RGB 79 146 136 -
CMYK 0.46 0 0.07 0.43
HSL 171.04º 0.3% 0.44% -
HSV(B) 171.04º 0.46% 0.57% -
XYZ 17.95 24 26.98 -
YUV 124.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 79 146 136 0.46 0 0.07 0.43 171.04 0.3 0.44
Hex 4F 92 88 2E 0 7 2B AB 1E 2C
Octal 117 222 210 56 0 7 53 253 36 54
Binary 1001111 10010010 10001000 101110 0 111 101011 10101011 11110 101100

Color Harmonies of #4F9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9288

Black with #4F9288

Text Example


Text Example

White with #4F9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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