Html Css Color HEX #4C908C Lochinvar

📋 copy color: '#4C908C'

red 76 ◦ green 144 ◦ blue 140

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

Shades of Lochinvar #4C908C

Tints of Lochinvar #4C908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 21.11%
G = 40%
B = 38.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#4C908C (or 0x4C908C) is known color: Lochinvar. HEX triplet: 4C, 90 and 8C. RGB value is (76,144,140). Sum of RGB (Red+Green+Blue) = 76+144+140=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #4C908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C908C is #B36F73. Grayscale: #7B7B7B. Windows color (decimal): -11759476 or 9211980. OLE color: 9211980.

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

Color convert

RGB 76 144 140 -
CMYK 0.47 0 0.03 0.44
HSL 176.47º 0.31% 0.43% -
HSV(B) 176.47º 0.47% 0.56% -
XYZ 17.69 23.38 28.39 -
YUV 123.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 76 144 140 0.47 0 0.03 0.44 176.47 0.31 0.43
Hex 4C 90 8C 2F 0 3 2C B0 1F 2B
Octal 114 220 214 57 0 3 54 260 37 53
Binary 1001100 10010000 10001100 101111 0 11 101100 10110000 11111 101011

Color Harmonies of #4C908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C908C

Black with #4C908C

Text Example


Text Example

White with #4C908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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