#418F7B

Color #418F7B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #418F7B

Tints of Lochinvar #418F7B

Color information

#418F7B (or 0x418F7B) is unknown color: approx Lochinvar. HEX triplet: 41, 8F and 7B. RGB value is (65,143,123). Sum of RGB (Red+Green+Blue) = 65+143+123=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #418F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F7B is #BE7084. Grayscale: #757575. Windows color (decimal): -12480645 or 8097601. OLE color: 8097601.

HSL color Cylindrical-coordinate representation of color #418F7B: hue angle of 164.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F7B is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB65143123-
CMYK0.5500.140.44
HSL164.62º37.5%40.78%-
HSV(B)164.62º54.55%56.08%-
XYZ15.5822.222.2-
YUV117.4131.1690.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=19.64%
G=43.20%
B=37.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651431230.5500.140.44164.6237.540.78
Hex418F7B370E2Ca52629
Octal10121717367016542454651
Binary10000011000111111110111101110111010110010100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418F7B; }

 p { color: rgb(65,143,123); }

 H1.HeaderClassName
 {
   color: #418F7B;
 }
 .AnyTagClassName
 {
   color: #418F7B;
 }
</style>
background-color css

<style>
 a { background-color: #418F7B; }

 a { background-color: rgb(65,143,123); }

 div.DivClassName
 {
   background-color: #418F7B;
 }
 .BgClassName
 {
   background-color: #418F7B;
 }
</style>
border-color css

<style>
 span { border-color: #418F7B; }

 span { border-color: rgb(65,143,123); }

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