Html Css Color HEX #4F907B Lochinvar

📋 copy color: '#4F907B'

red 79 ◦ green 144 ◦ blue 123

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

Shades of Lochinvar #4F907B

Tints of Lochinvar #4F907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 22.83%
G = 41.62%
B = 35.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#4F907B (or 0x4F907B) is known color: Lochinvar. HEX triplet: 4F, 90 and 7B. RGB value is (79,144,123). Sum of RGB (Red+Green+Blue) = 79+144+123=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #4F907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F907B is #B06F84. Grayscale: #7A7A7A. Windows color (decimal): -11562885 or 8097871. OLE color: 8097871.

HSL color Cylindrical-coordinate representation of color #4F907B: hue angle of 160.62º 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 #4F907B is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 123 -
CMYK 0.45 0 0.15 0.44
HSL 160.62º 0.29% 0.44% -
HSV(B) 160.62º 0.45% 0.56% -
XYZ 16.77 23.04 22.3 -
YUV 122.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 79 144 123 0.45 0 0.15 0.44 160.62 0.29 0.44
Hex 4F 90 7B 2D 0 F 2C A1 1D 2C
Octal 117 220 173 55 0 17 54 241 35 54
Binary 1001111 10010000 1111011 101101 0 1111 101100 10100001 11101 101100

Color Harmonies of #4F907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F907B

Black with #4F907B

Text Example


Text Example

White with #4F907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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