Html Css Color HEX #4B938D Lochinvar

📋 copy color: '#4B938D'

red 75 ◦ green 147 ◦ blue 141

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

Shades of Lochinvar #4B938D

Tints of Lochinvar #4B938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 20.66%
G = 40.5%
B = 38.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#4B938D (or 0x4B938D) is known color: Lochinvar. HEX triplet: 4B, 93 and 8D. RGB value is (75,147,141). Sum of RGB (Red+Green+Blue) = 75+147+141=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #4B938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B938D is #B46C72. Grayscale: #7C7C7C. Windows color (decimal): -11824243 or 9278283. OLE color: 9278283.

HSL color Cylindrical-coordinate representation of color #4B938D: hue angle of 175º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B938D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 147 141 -
CMYK 0.49 0 0.04 0.42
HSL 175º 0.32% 0.44% -
HSV(B) 175º 0.49% 0.58% -
XYZ 18.14 24.29 28.93 -
YUV 124.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 75 147 141 0.49 0 0.04 0.42 175 0.32 0.44
Hex 4B 93 8D 31 0 4 2A AF 20 2C
Octal 113 223 215 61 0 4 52 257 40 54
Binary 1001011 10010011 10001101 110001 0 100 101010 10101111 100000 101100

Color Harmonies of #4B938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B938D

Black with #4B938D

Text Example


Text Example

White with #4B938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,147,141); }

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

background-color css

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

 a { background-color: rgb(75,147,141); }

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

border-color css

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

 span { border-color: rgb(75,147,141); }

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