Html Css Color HEX #4B9B7D Lochinvar

📋 copy color: '#4B9B7D'

red 75 ◦ green 155 ◦ blue 125

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

Shades of Lochinvar #4B9B7D

Tints of Lochinvar #4B9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 21.13%
G = 43.66%
B = 35.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#4B9B7D (or 0x4B9B7D) is known color: Lochinvar. HEX triplet: 4B, 9B and 7D. RGB value is (75,155,125). Sum of RGB (Red+Green+Blue) = 75+155+125=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B7D is #B46482. Grayscale: #7F7F7F. Windows color (decimal): -11822211 or 8231755. OLE color: 8231755.

HSL color Cylindrical-coordinate representation of color #4B9B7D: hue angle of 157.5º 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 #4B9B7D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 125 -
CMYK 0.52 0 0.19 0.39
HSL 157.5º 0.35% 0.45% -
HSV(B) 157.5º 0.52% 0.61% -
XYZ 18.32 26.42 23.54 -
YUV 127.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 75 155 125 0.52 0 0.19 0.39 157.5 0.35 0.45
Hex 4B 9B 7D 34 0 13 27 9E 23 2D
Octal 113 233 175 64 0 23 47 236 43 55
Binary 1001011 10011011 1111101 110100 0 10011 100111 10011110 100011 101101

Color Harmonies of #4B9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B7D

Black with #4B9B7D

Text Example


Text Example

White with #4B9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,155,125); }

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

background-color css

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

 a { background-color: rgb(75,155,125); }

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

border-color css

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

 span { border-color: rgb(75,155,125); }

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