#4176A4

Color #4176A4 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #4176A4

Tints of Lochmara #4176A4

Color information

#4176A4 (or 0x4176A4) is unknown color: approx Lochmara. HEX triplet: 41, 76 and A4. RGB value is (65,118,164). Sum of RGB (Red+Green+Blue) = 65+118+164=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #4176A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176A4 is #BE895B. Grayscale: #6B6B6B. Windows color (decimal): -12487004 or 10778177. OLE color: 10778177.

HSL color Cylindrical-coordinate representation of color #4176A4: hue angle of 207.88º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4176A4 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65118164-
CMYK0.600.2800.36
HSL207.88º43.23%44.9%-
HSV(B)207.88º60.37%64.31%-
XYZ15.3616.7637.55-
YUV107.4159.9497.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=18.73%
G=34.01%
B=47.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651181640.600.2800.36207.8843.2344.9
Hex4176A43C1C024d02b2d
Octal10116624474340443205355
Binary100000111101101010010011110011100010010011010000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4176A4; }

 p { color: rgb(65,118,164); }

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

<style>
 a { background-color: #4176A4; }

 a { background-color: rgb(65,118,164); }

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

<style>
 span { border-color: #4176A4; }

 span { border-color: rgb(65,118,164); }

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