#4071A7

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

Shades of Lochmara #4071A7

Tints of Lochmara #4071A7

Color information

#4071A7 (or 0x4071A7) is unknown color: approx Lochmara. HEX triplet: 40, 71 and A7. RGB value is (64,113,167). Sum of RGB (Red+Green+Blue) = 64+113+167=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #4071A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071A7 is #BF8E58. Grayscale: #686868. Windows color (decimal): -12553817 or 10973504. OLE color: 10973504.

HSL color Cylindrical-coordinate representation of color #4071A7: hue angle of 211.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4071A7 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64113167-
CMYK0.620.3200.35
HSL211.46º44.59%45.29%-
HSV(B)211.46º61.68%65.49%-
XYZ14.9915.6938.8-
YUV104.5163.2799.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=18.60%
G=32.85%
B=48.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641131670.620.3200.35211.4644.5945.29
Hex4071A73E20023d32d2d
Octal10016124776400433235555
Binary1000000111000110100111111110100000010001111010011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4071A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4071A7; }

 p { color: rgb(64,113,167); }

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

<style>
 a { background-color: #4071A7; }

 a { background-color: rgb(64,113,167); }

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

<style>
 span { border-color: #4071A7; }

 span { border-color: rgb(64,113,167); }

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