Html Css Color HEX #4B927B Lochinvar

📋 copy color: '#4B927B'

red 75 ◦ green 146 ◦ blue 123

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

Shades of Lochinvar #4B927B

Tints of Lochinvar #4B927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 21.8%
G = 42.44%
B = 35.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#4B927B (or 0x4B927B) is known color: Lochinvar. HEX triplet: 4B, 92 and 7B. RGB value is (75,146,123). Sum of RGB (Red+Green+Blue) = 75+146+123=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #4B927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B927B is #B46D84. Grayscale: #7A7A7A. Windows color (decimal): -11824517 or 8098379. OLE color: 8098379.

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

Color convert

RGB 75 146 123 -
CMYK 0.49 0 0.16 0.43
HSL 160.56º 0.32% 0.43% -
HSV(B) 160.56º 0.49% 0.57% -
XYZ 16.76 23.48 22.39 -
YUV 122.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 75 146 123 0.49 0 0.16 0.43 160.56 0.32 0.43
Hex 4B 92 7B 31 0 10 2B A1 20 2B
Octal 113 222 173 61 0 20 53 241 40 53
Binary 1001011 10010010 1111011 110001 0 10000 101011 10100001 100000 101011

Color Harmonies of #4B927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B927B

Black with #4B927B

Text Example


Text Example

White with #4B927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,146,123); }

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

background-color css

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

 a { background-color: rgb(75,146,123); }

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

border-color css

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

 span { border-color: rgb(75,146,123); }

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