Html Css Color HEX #4F9D93 Lochinvar

📋 copy color: '#4F9D93'

red 79 ◦ green 157 ◦ blue 147

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

Shades of Lochinvar #4F9D93

Tints of Lochinvar #4F9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

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

R = 20.63%
G = 40.99%
B = 38.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#4F9D93 (or 0x4F9D93) is known color: Lochinvar. HEX triplet: 4F, 9D and 93. RGB value is (79,157,147). Sum of RGB (Red+Green+Blue) = 79+157+147=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D93 is #B0626C. Grayscale: #848484. Windows color (decimal): -11559533 or 9674063. OLE color: 9674063.

HSL color Cylindrical-coordinate representation of color #4F9D93: hue angle of 172.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D93 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 157 147 -
CMYK 0.50 0 0.06 0.38
HSL 172.31º 0.33% 0.46% -
HSV(B) 172.31º 0.5% 0.62% -
XYZ 20.55 27.88 31.9 -
YUV 132.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 79 157 147 0.50 0 0.06 0.38 172.31 0.33 0.46
Hex 4F 9D 93 32 0 6 26 AC 21 2E
Octal 117 235 223 62 0 6 46 254 41 56
Binary 1001111 10011101 10010011 110010 0 110 100110 10101100 100001 101110

Color Harmonies of #4F9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9D93

Black with #4F9D93

Text Example


Text Example

White with #4F9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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