Html Css Color HEX #4B918B Lochinvar

📋 copy color: '#4B918B'

red 75 ◦ green 145 ◦ blue 139

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

Shades of Lochinvar #4B918B

Tints of Lochinvar #4B918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 20.89%
G = 40.39%
B = 38.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#4B918B (or 0x4B918B) is known color: Lochinvar. HEX triplet: 4B, 91 and 8B. RGB value is (75,145,139). Sum of RGB (Red+Green+Blue) = 75+145+139=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #4B918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B918B is #B46E74. Grayscale: #7B7B7B. Windows color (decimal): -11824757 or 9146699. OLE color: 9146699.

HSL color Cylindrical-coordinate representation of color #4B918B: hue angle of 174.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B918B is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 139 -
CMYK 0.48 0 0.04 0.43
HSL 174.86º 0.32% 0.43% -
HSV(B) 174.86º 0.48% 0.57% -
XYZ 17.69 23.61 28.05 -
YUV 123.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 75 145 139 0.48 0 0.04 0.43 174.86 0.32 0.43
Hex 4B 91 8B 30 0 4 2B AF 20 2B
Octal 113 221 213 60 0 4 53 257 40 53
Binary 1001011 10010001 10001011 110000 0 100 101011 10101111 100000 101011

Color Harmonies of #4B918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B918B

Black with #4B918B

Text Example


Text Example

White with #4B918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,145,139); }

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

background-color css

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

 a { background-color: rgb(75,145,139); }

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

border-color css

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

 span { border-color: rgb(75,145,139); }

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