Html Css Color HEX #41867D Lochinvar

📋 copy color: '#41867D'

red 65 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #41867D

Tints of Lochinvar #41867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 20.06%
G = 41.36%
B = 38.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#41867D (or 0x41867D) is known color: Lochinvar. HEX triplet: 41, 86 and 7D. RGB value is (65,134,125). Sum of RGB (Red+Green+Blue) = 65+134+125=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #41867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867D is #BE7982. Grayscale: #707070. Windows color (decimal): -12482947 or 8226369. OLE color: 8226369.

HSL color Cylindrical-coordinate representation of color #41867D: hue angle of 172.17º 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 #41867D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 125 -
CMYK 0.51 0 0.07 0.47
HSL 172.17º 0.35% 0.39% -
HSV(B) 172.17º 0.51% 0.53% -
XYZ 14.41 19.65 22.44 -
YUV 112.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 65 134 125 0.51 0 0.07 0.47 172.17 0.35 0.39
Hex 41 86 7D 33 0 7 2F AC 23 27
Octal 101 206 175 63 0 7 57 254 43 47
Binary 1000001 10000110 1111101 110011 0 111 101111 10101100 100011 100111

Color Harmonies of #41867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41867D

Black with #41867D

Text Example


Text Example

White with #41867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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