Html Css Color HEX #4B9C89 Lochinvar

📋 copy color: '#4B9C89'

red 75 ◦ green 156 ◦ blue 137

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

Shades of Lochinvar #4B9C89

Tints of Lochinvar #4B9C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 20.38%
G = 42.39%
B = 37.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#4B9C89 (or 0x4B9C89) is known color: Lochinvar. HEX triplet: 4B, 9C and 89. RGB value is (75,156,137). Sum of RGB (Red+Green+Blue) = 75+156+137=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9C89 is #B46376. Grayscale: #818181. Windows color (decimal): -11821943 or 9018443. OLE color: 9018443.

HSL color Cylindrical-coordinate representation of color #4B9C89: hue angle of 165.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9C89 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 156 137 -
CMYK 0.52 0 0.12 0.39
HSL 165.93º 0.35% 0.45% -
HSV(B) 165.93º 0.52% 0.61% -
XYZ 19.31 27.08 27.88 -
YUV 129.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 75 156 137 0.52 0 0.12 0.39 165.93 0.35 0.45
Hex 4B 9C 89 34 0 C 27 A6 23 2D
Octal 113 234 211 64 0 14 47 246 43 55
Binary 1001011 10011100 10001001 110100 0 1100 100111 10100110 100011 101101

Color Harmonies of #4B9C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9C89

Black with #4B9C89

Text Example


Text Example

White with #4B9C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,156,137); }

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

background-color css

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

 a { background-color: rgb(75,156,137); }

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

border-color css

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

 span { border-color: rgb(75,156,137); }

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