Html Css Color HEX #4F9085 Lochinvar

📋 copy color: '#4F9085'

red 79 ◦ green 144 ◦ blue 133

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

Shades of Lochinvar #4F9085

Tints of Lochinvar #4F9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 22.19%
G = 40.45%
B = 37.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#4F9085 (or 0x4F9085) is known color: Lochinvar. HEX triplet: 4F, 90 and 85. RGB value is (79,144,133). Sum of RGB (Red+Green+Blue) = 79+144+133=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9085 is #B06F7A. Grayscale: #7B7B7B. Windows color (decimal): -11562875 or 8753231. OLE color: 8753231.

HSL color Cylindrical-coordinate representation of color #4F9085: hue angle of 169.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9085 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 133 -
CMYK 0.45 0 0.08 0.44
HSL 169.85º 0.29% 0.44% -
HSV(B) 169.85º 0.45% 0.56% -
XYZ 17.43 23.3 25.77 -
YUV 123.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 79 144 133 0.45 0 0.08 0.44 169.85 0.29 0.44
Hex 4F 90 85 2D 0 8 2C AA 1D 2C
Octal 117 220 205 55 0 10 54 252 35 54
Binary 1001111 10010000 10000101 101101 0 1000 101100 10101010 11101 101100

Color Harmonies of #4F9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9085

Black with #4F9085

Text Example


Text Example

White with #4F9085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,133); }

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

background-color css

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

 a { background-color: rgb(79,144,133); }

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

border-color css

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

 span { border-color: rgb(79,144,133); }

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