Html Css Color HEX #4B8C7A Lochinvar

📋 copy color: '#4B8C7A'

red 75 ◦ green 140 ◦ blue 122

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

Shades of Lochinvar #4B8C7A

Tints of Lochinvar #4B8C7A

RGB

 RED value IS 75 (29.69% from 255) = 22.26%

 GREEN value IS 140 (55.08% from 255) = 41.54%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 22.26%
G = 41.54%
B = 36.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#4B8C7A (or 0x4B8C7A) is known color: Lochinvar. HEX triplet: 4B, 8C and 7A. RGB value is (75,140,122). Sum of RGB (Red+Green+Blue) = 75+140+122=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C7A is #B47385. Grayscale: #767676. Windows color (decimal): -11826054 or 8031307. OLE color: 8031307.

HSL color Cylindrical-coordinate representation of color #4B8C7A: hue angle of 163.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8C7A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 140 122 -
CMYK 0.46 0 0.13 0.45
HSL 163.38º 0.3% 0.42% -
HSV(B) 163.38º 0.46% 0.55% -
XYZ 15.79 21.66 21.76 -
YUV 118.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 75 140 122 0.46 0 0.13 0.45 163.38 0.3 0.42
Hex 4B 8C 7A 2E 0 D 2D A3 1E 2A
Octal 113 214 172 56 0 15 55 243 36 52
Binary 1001011 10001100 1111010 101110 0 1101 101101 10100011 11110 101010

Color Harmonies of #4B8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8C7A

Black with #4B8C7A

Text Example


Text Example

White with #4B8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,140,122); }

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

background-color css

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

 a { background-color: rgb(75,140,122); }

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

border-color css

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

 span { border-color: rgb(75,140,122); }

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