Html Css Color HEX #4B9384 Lochinvar

📋 copy color: '#4B9384'

red 75 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #4B9384

Tints of Lochinvar #4B9384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 21.19%
G = 41.53%
B = 37.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#4B9384 (or 0x4B9384) is known color: Lochinvar. HEX triplet: 4B, 93 and 84. RGB value is (75,147,132). Sum of RGB (Red+Green+Blue) = 75+147+132=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9384 is #B46C7B. Grayscale: #7B7B7B. Windows color (decimal): -11824252 or 8688459. OLE color: 8688459.

HSL color Cylindrical-coordinate representation of color #4B9384: hue angle of 167.5º 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 #4B9384 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 147 132 -
CMYK 0.49 0 0.10 0.42
HSL 167.5º 0.32% 0.44% -
HSV(B) 167.5º 0.49% 0.58% -
XYZ 17.5 24.03 25.55 -
YUV 123.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 75 147 132 0.49 0 0.10 0.42 167.5 0.32 0.44
Hex 4B 93 84 31 0 A 2A A8 20 2C
Octal 113 223 204 61 0 12 52 250 40 54
Binary 1001011 10010011 10000100 110001 0 1010 101010 10101000 100000 101100

Color Harmonies of #4B9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9384

Black with #4B9384

Text Example


Text Example

White with #4B9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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