Html Css Color HEX #41867F Lochinvar

📋 copy color: '#41867F'

red 65 ◦ green 134 ◦ blue 127

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

Shades of Lochinvar #41867F

Tints of Lochinvar #41867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 19.94%
G = 41.1%
B = 38.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#41867F (or 0x41867F) is known color: Lochinvar. HEX triplet: 41, 86 and 7F. RGB value is (65,134,127). Sum of RGB (Red+Green+Blue) = 65+134+127=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #41867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867F is #BE7980. Grayscale: #707070. Windows color (decimal): -12482945 or 8357441. OLE color: 8357441.

HSL color Cylindrical-coordinate representation of color #41867F: hue angle of 173.91º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41867F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 127 -
CMYK 0.51 0 0.05 0.47
HSL 173.91º 0.35% 0.39% -
HSV(B) 173.91º 0.51% 0.53% -
XYZ 14.54 19.71 23.12 -
YUV 112.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 65 134 127 0.51 0 0.05 0.47 173.91 0.35 0.39
Hex 41 86 7F 33 0 5 2F AE 23 27
Octal 101 206 177 63 0 5 57 256 43 47
Binary 1000001 10000110 1111111 110011 0 101 101111 10101110 100011 100111

Color Harmonies of #41867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41867F

Black with #41867F

Text Example


Text Example

White with #41867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41867F; }

 p { color: rgb(65,134,127); }

 H1.HeaderClassName
 {
   color: #41867F;
 }
 .AnyTagClassName
 {
   color: #41867F;
 }
</style>

background-color css

<style>
 a { background-color: #41867F; }

 a { background-color: rgb(65,134,127); }

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

border-color css

<style>
 span { border-color: #41867F; }

 span { border-color: rgb(65,134,127); }

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