Html Css Color HEX #41847C Lochinvar

📋 copy color: '#41847C'

red 65 ◦ green 132 ◦ blue 124

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

Shades of Lochinvar #41847C

Tints of Lochinvar #41847C

RGB

 RED value IS 65 (25.78% from 255) = 20.25%

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 20.25%
G = 41.12%
B = 38.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#41847C (or 0x41847C) is known color: Lochinvar. HEX triplet: 41, 84 and 7C. RGB value is (65,132,124). Sum of RGB (Red+Green+Blue) = 65+132+124=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #41847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41847C is #BE7B83. Grayscale: #6F6F6F. Windows color (decimal): -12483460 or 8160321. OLE color: 8160321.

HSL color Cylindrical-coordinate representation of color #41847C: hue angle of 172.84º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41847C is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 124 -
CMYK 0.51 0 0.06 0.48
HSL 172.84º 0.34% 0.39% -
HSV(B) 172.84º 0.51% 0.52% -
XYZ 14.07 19.08 22.01 -
YUV 111.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 65 132 124 0.51 0 0.06 0.48 172.84 0.34 0.39
Hex 41 84 7C 33 0 6 30 AD 22 27
Octal 101 204 174 63 0 6 60 255 42 47
Binary 1000001 10000100 1111100 110011 0 110 110000 10101101 100010 100111

Color Harmonies of #41847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41847C

Black with #41847C

Text Example


Text Example

White with #41847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,132,124); }

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

background-color css

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

 a { background-color: rgb(65,132,124); }

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

border-color css

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

 span { border-color: rgb(65,132,124); }

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