#4B988A

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

Shades of Lochinvar #4B988A

Tints of Lochinvar #4B988A

Color information

#4B988A (or 0x4B988A) is unknown color: approx Lochinvar. HEX triplet: 4B, 98 and 8A. RGB value is (75,152,138). Sum of RGB (Red+Green+Blue) = 75+152+138=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #4B988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B988A is #B46775. Grayscale: #7F7F7F. Windows color (decimal): -11822966 or 9082955. OLE color: 9082955.

HSL color Cylindrical-coordinate representation of color #4B988A: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B988A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB75152138-
CMYK0.5100.090.40
HSL169.09º33.92%44.51%-
HSV(B)169.09º50.66%59.61%-
XYZ18.7225.7928.04-
YUV127.38133.9990.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=20.55%
G=41.64%
B=37.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751521380.5100.090.40169.0933.9244.51
Hex4B988A330928a9222d
Octal11323021263011502514255
Binary100101110011000100010101100110100110100010101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,152,138); }

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

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

 a { background-color: rgb(75,152,138); }

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

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

 span { border-color: rgb(75,152,138); }

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