Html Css Color HEX #4A8B82 Lochinvar

📋 copy color: '#4A8B82'

red 74 ◦ green 139 ◦ blue 130

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

Shades of Lochinvar #4A8B82

Tints of Lochinvar #4A8B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 21.57%
G = 40.52%
B = 37.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#4A8B82 (or 0x4A8B82) is known color: Lochinvar. HEX triplet: 4A, 8B and 82. RGB value is (74,139,130). Sum of RGB (Red+Green+Blue) = 74+139+130=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8B82 is #B5747D. Grayscale: #767676. Windows color (decimal): -11891838 or 8555338. OLE color: 8555338.

HSL color Cylindrical-coordinate representation of color #4A8B82: hue angle of 171.69º 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 #4A8B82 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 139 130 -
CMYK 0.47 0 0.06 0.45
HSL 171.69º 0.31% 0.42% -
HSV(B) 171.69º 0.47% 0.55% -
XYZ 16.09 21.53 24.43 -
YUV 118.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 74 139 130 0.47 0 0.06 0.45 171.69 0.31 0.42
Hex 4A 8B 82 2F 0 6 2D AC 1F 2A
Octal 112 213 202 57 0 6 55 254 37 52
Binary 1001010 10001011 10000010 101111 0 110 101101 10101100 11111 101010

Color Harmonies of #4A8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B82

Black with #4A8B82

Text Example


Text Example

White with #4A8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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