Html Css Color HEX #4FA293 Lochinvar

📋 copy color: '#4FA293'

red 79 ◦ green 162 ◦ blue 147

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

Shades of Lochinvar #4FA293

Tints of Lochinvar #4FA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 20.36%
G = 41.75%
B = 37.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#4FA293 (or 0x4FA293) is known color: Lochinvar. HEX triplet: 4F, A2 and 93. RGB value is (79,162,147). Sum of RGB (Red+Green+Blue) = 79+162+147=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA293 is #B05D6C. Grayscale: #878787. Windows color (decimal): -11558253 or 9675343. OLE color: 9675343.

HSL color Cylindrical-coordinate representation of color #4FA293: hue angle of 169.16º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA293 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 162 147 -
CMYK 0.51 0 0.09 0.36
HSL 169.16º 0.34% 0.47% -
HSV(B) 169.16º 0.51% 0.64% -
XYZ 21.41 29.61 32.19 -
YUV 135.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 79 162 147 0.51 0 0.09 0.36 169.16 0.34 0.47
Hex 4F A2 93 33 0 9 24 A9 22 2F
Octal 117 242 223 63 0 11 44 251 42 57
Binary 1001111 10100010 10010011 110011 0 1001 100100 10101001 100010 101111

Color Harmonies of #4FA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA293

Black with #4FA293

Text Example


Text Example

White with #4FA293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,147); }

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

background-color css

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

 a { background-color: rgb(79,162,147); }

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

border-color css

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

 span { border-color: rgb(79,162,147); }

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