#4B958F

Color #4B958F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4B958F

Tints of Lochinvar #4B958F

Color information

#4B958F (or 0x4B958F) is unknown color: approx Lochinvar. HEX triplet: 4B, 95 and 8F. RGB value is (75,149,143). Sum of RGB (Red+Green+Blue) = 75+149+143=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #4B958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B958F is #B46A70. Grayscale: #7E7E7E. Windows color (decimal): -11823729 or 9409867. OLE color: 9409867.

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

Color convert

RGB75149143-
CMYK0.5000.040.42
HSL175.14º33.04%43.92%-
HSV(B)175.14º49.66%58.43%-
XYZ18.6124.9729.83-
YUV126.19137.4891.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=20.44%
G=40.60%
B=38.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751491430.5000.040.42175.1433.0443.92
Hex4B958F32042Aaf212c
Octal1132252176204522574154
Binary10010111001010110001111110010010010101010101111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,143); }

 H1.HeaderClassName
 {
   color: #4B958F;
 }
 .AnyTagClassName
 {
   color: #4B958F;
 }
</style>
background-color css

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

 a { background-color: rgb(75,149,143); }

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

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

 span { border-color: rgb(75,149,143); }

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