Html Css Color HEX #47968B Lochinvar

📋 copy color: '#47968B'

red 71 ◦ green 150 ◦ blue 139

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

Shades of Lochinvar #47968B

Tints of Lochinvar #47968B

RGB

 RED value IS 71 (28.13% from 255) = 19.72%

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 19.72%
G = 41.67%
B = 38.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#47968B (or 0x47968B) is known color: Lochinvar. HEX triplet: 47, 96 and 8B. RGB value is (71,150,139). Sum of RGB (Red+Green+Blue) = 71+150+139=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #47968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47968B is #B86974. Grayscale: #7D7D7D. Windows color (decimal): -12085621 or 9147975. OLE color: 9147975.

HSL color Cylindrical-coordinate representation of color #47968B: hue angle of 171.65º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47968B is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 139 -
CMYK 0.53 0 0.07 0.41
HSL 171.65º 0.36% 0.43% -
HSV(B) 171.65º 0.53% 0.59% -
XYZ 18.17 25.02 28.3 -
YUV 125.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 71 150 139 0.53 0 0.07 0.41 171.65 0.36 0.43
Hex 47 96 8B 35 0 7 29 AC 24 2B
Octal 107 226 213 65 0 7 51 254 44 53
Binary 1000111 10010110 10001011 110101 0 111 101001 10101100 100100 101011

Color Harmonies of #47968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47968B

Black with #47968B

Text Example


Text Example

White with #47968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47968B; }

 p { color: rgb(71,150,139); }

 H1.HeaderClassName
 {
   color: #47968B;
 }
 .AnyTagClassName
 {
   color: #47968B;
 }
</style>

background-color css

<style>
 a { background-color: #47968B; }

 a { background-color: rgb(71,150,139); }

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

border-color css

<style>
 span { border-color: #47968B; }

 span { border-color: rgb(71,150,139); }

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