Html Css Color HEX #4B968C Lochinvar

📋 copy color: '#4B968C'

red 75 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #4B968C

Tints of Lochinvar #4B968C

RGB

 RED value IS 75 (29.69% from 255) = 20.55%

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 20.55%
G = 41.1%
B = 38.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#4B968C (or 0x4B968C) is known color: Lochinvar. HEX triplet: 4B, 96 and 8C. RGB value is (75,150,140). Sum of RGB (Red+Green+Blue) = 75+150+140=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #4B968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B968C is #B46973. Grayscale: #7E7E7E. Windows color (decimal): -11823476 or 9213515. OLE color: 9213515.

HSL color Cylindrical-coordinate representation of color #4B968C: hue angle of 172º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B968C is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 140 -
CMYK 0.5 0 0.07 0.41
HSL 172º 0.33% 0.44% -
HSV(B) 172º 0.5% 0.59% -
XYZ 18.54 25.2 28.7 -
YUV 126.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 75 150 140 0.5 0 0.07 0.41 172 0.33 0.44
Hex 4B 96 8C 32 0 7 29 AC 21 2C
Octal 113 226 214 62 0 7 51 254 41 54
Binary 1001011 10010110 10001100 110010 0 111 101001 10101100 100001 101100

Color Harmonies of #4B968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B968C

Black with #4B968C

Text Example


Text Example

White with #4B968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,140); }

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

background-color css

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

 a { background-color: rgb(75,150,140); }

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

border-color css

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

 span { border-color: rgb(75,150,140); }

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