Html Css Color HEX #4C908A Lochinvar

📋 copy color: '#4C908A'

red 76 ◦ green 144 ◦ blue 138

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

Shades of Lochinvar #4C908A

Tints of Lochinvar #4C908A

RGB

 RED value IS 76 (30.08% from 255) = 21.23%

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 21.23%
G = 40.22%
B = 38.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#4C908A (or 0x4C908A) is known color: Lochinvar. HEX triplet: 4C, 90 and 8A. RGB value is (76,144,138). Sum of RGB (Red+Green+Blue) = 76+144+138=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #4C908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C908A is #B36F75. Grayscale: #7A7A7A. Windows color (decimal): -11759478 or 9080908. OLE color: 9080908.

HSL color Cylindrical-coordinate representation of color #4C908A: hue angle of 174.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C908A is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 144 138 -
CMYK 0.47 0 0.04 0.44
HSL 174.71º 0.31% 0.43% -
HSV(B) 174.71º 0.47% 0.56% -
XYZ 17.54 23.32 27.62 -
YUV 122.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 76 144 138 0.47 0 0.04 0.44 174.71 0.31 0.43
Hex 4C 90 8A 2F 0 4 2C AF 1F 2B
Octal 114 220 212 57 0 4 54 257 37 53
Binary 1001100 10010000 10001010 101111 0 100 101100 10101111 11111 101011

Color Harmonies of #4C908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C908A

Black with #4C908A

Text Example


Text Example

White with #4C908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,144,138); }

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

background-color css

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

 a { background-color: rgb(76,144,138); }

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

border-color css

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

 span { border-color: rgb(76,144,138); }

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