Html Css Color HEX #47928C Lochinvar

📋 copy color: '#47928C'

red 71 ◦ green 146 ◦ blue 140

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

Shades of Lochinvar #47928C

Tints of Lochinvar #47928C

RGB

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

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

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

R = 19.89%
G = 40.9%
B = 39.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#47928C (or 0x47928C) is known color: Lochinvar. HEX triplet: 47, 92 and 8C. RGB value is (71,146,140). Sum of RGB (Red+Green+Blue) = 71+146+140=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #47928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928C is #B86D73. Grayscale: #7A7A7A. Windows color (decimal): -12086644 or 9212487. OLE color: 9212487.

HSL color Cylindrical-coordinate representation of color #47928C: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47928C is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 140 -
CMYK 0.51 0 0.04 0.43
HSL 175.2º 0.35% 0.43% -
HSV(B) 175.2º 0.51% 0.57% -
XYZ 17.61 23.79 28.47 -
YUV 122.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 71 146 140 0.51 0 0.04 0.43 175.2 0.35 0.43
Hex 47 92 8C 33 0 4 2B AF 23 2B
Octal 107 222 214 63 0 4 53 257 43 53
Binary 1000111 10010010 10001100 110011 0 100 101011 10101111 100011 101011

Color Harmonies of #47928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47928C

Black with #47928C

Text Example


Text Example

White with #47928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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