Html Css Color HEX #4A8B87 Lochinvar

📋 copy color: '#4A8B87'

red 74 ◦ green 139 ◦ blue 135

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

Shades of Lochinvar #4A8B87

Tints of Lochinvar #4A8B87

RGB

 RED value IS 74 (29.3% from 255) = 21.26%

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 21.26%
G = 39.94%
B = 38.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#4A8B87 (or 0x4A8B87) is known color: Lochinvar. HEX triplet: 4A, 8B and 87. RGB value is (74,139,135). Sum of RGB (Red+Green+Blue) = 74+139+135=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8B87 is #B57478. Grayscale: #777777. Windows color (decimal): -11891833 or 8883018. OLE color: 8883018.

HSL color Cylindrical-coordinate representation of color #4A8B87: hue angle of 176.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B87 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 139 135 -
CMYK 0.47 0 0.03 0.45
HSL 176.31º 0.31% 0.42% -
HSV(B) 176.31º 0.47% 0.55% -
XYZ 16.43 21.67 26.24 -
YUV 119.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 74 139 135 0.47 0 0.03 0.45 176.31 0.31 0.42
Hex 4A 8B 87 2F 0 3 2D B0 1F 2A
Octal 112 213 207 57 0 3 55 260 37 52
Binary 1001010 10001011 10000111 101111 0 11 101101 10110000 11111 101010

Color Harmonies of #4A8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B87

Black with #4A8B87

Text Example


Text Example

White with #4A8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,139,135); }

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

background-color css

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

 a { background-color: rgb(74,139,135); }

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

border-color css

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

 span { border-color: rgb(74,139,135); }

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