Html Css Color HEX #47948C Lochinvar

📋 copy color: '#47948C'

red 71 ◦ green 148 ◦ blue 140

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

Shades of Lochinvar #47948C

Tints of Lochinvar #47948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 19.78%
G = 41.23%
B = 39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#47948C (or 0x47948C) is known color: Lochinvar. HEX triplet: 47, 94 and 8C. RGB value is (71,148,140). Sum of RGB (Red+Green+Blue) = 71+148+140=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #47948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47948C is #B86B73. Grayscale: #7C7C7C. Windows color (decimal): -12086132 or 9212999. OLE color: 9212999.

HSL color Cylindrical-coordinate representation of color #47948C: hue angle of 173.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47948C is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 140 -
CMYK 0.52 0 0.05 0.42
HSL 173.77º 0.35% 0.43% -
HSV(B) 173.77º 0.52% 0.58% -
XYZ 17.92 24.41 28.58 -
YUV 124.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 71 148 140 0.52 0 0.05 0.42 173.77 0.35 0.43
Hex 47 94 8C 34 0 5 2A AE 23 2B
Octal 107 224 214 64 0 5 52 256 43 53
Binary 1000111 10010100 10001100 110100 0 101 101010 10101110 100011 101011

Color Harmonies of #47948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47948C

Black with #47948C

Text Example


Text Example

White with #47948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47948C; }

 p { color: rgb(71,148,140); }

 H1.HeaderClassName
 {
   color: #47948C;
 }
 .AnyTagClassName
 {
   color: #47948C;
 }
</style>

background-color css

<style>
 a { background-color: #47948C; }

 a { background-color: rgb(71,148,140); }

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

border-color css

<style>
 span { border-color: #47948C; }

 span { border-color: rgb(71,148,140); }

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