Html Css Color HEX #4C9288 Lochinvar

📋 copy color: '#4C9288'

red 76 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #4C9288

Tints of Lochinvar #4C9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 21.23%
G = 40.78%
B = 37.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#4C9288 (or 0x4C9288) is known color: Lochinvar. HEX triplet: 4C, 92 and 88. RGB value is (76,146,136). Sum of RGB (Red+Green+Blue) = 76+146+136=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9288 is #B36D77. Grayscale: #7B7B7B. Windows color (decimal): -11758968 or 8950348. OLE color: 8950348.

HSL color Cylindrical-coordinate representation of color #4C9288: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9288 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 146 136 -
CMYK 0.48 0 0.07 0.43
HSL 171.43º 0.32% 0.44% -
HSV(B) 171.43º 0.48% 0.57% -
XYZ 17.7 23.87 26.97 -
YUV 123.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 76 146 136 0.48 0 0.07 0.43 171.43 0.32 0.44
Hex 4C 92 88 30 0 7 2B AB 20 2C
Octal 114 222 210 60 0 7 53 253 40 54
Binary 1001100 10010010 10001000 110000 0 111 101011 10101011 100000 101100

Color Harmonies of #4C9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9288

Black with #4C9288

Text Example


Text Example

White with #4C9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,136); }

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

background-color css

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

 a { background-color: rgb(76,146,136); }

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

border-color css

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

 span { border-color: rgb(76,146,136); }

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