#41948A

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

Shades of Lochinvar #41948A

Tints of Lochinvar #41948A

Color information

#41948A (or 0x41948A) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 8A. RGB value is (65,148,138). Sum of RGB (Red+Green+Blue) = 65+148+138=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #41948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41948A is #BE6B75. Grayscale: #7A7A7A. Windows color (decimal): -12479350 or 9081921. OLE color: 9081921.

HSL color Cylindrical-coordinate representation of color #41948A: hue angle of 172.77º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41948A is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB65148138-
CMYK0.5600.070.42
HSL172.77º38.97%41.76%-
HSV(B)172.77º56.08%58.04%-
XYZ17.3624.1427.79-
YUV122.0413787.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=18.52%
G=42.17%
B=39.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481380.5600.070.42172.7738.9741.76
Hex41948A38072Aad272a
Octal1012242127007522554752
Binary10000011001010010001010111000011110101010101101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41948A; }

 p { color: rgb(65,148,138); }

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

<style>
 a { background-color: #41948A; }

 a { background-color: rgb(65,148,138); }

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

<style>
 span { border-color: #41948A; }

 span { border-color: rgb(65,148,138); }

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