#4070A0

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

Shades of Lochmara #4070A0

Tints of Lochmara #4070A0

Color information

#4070A0 (or 0x4070A0) is unknown color: approx Lochmara. HEX triplet: 40, 70 and A0. RGB value is (64,112,160). Sum of RGB (Red+Green+Blue) = 64+112+160=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #4070A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4070A0 is #BF8F5F. Grayscale: #666666. Windows color (decimal): -12554080 or 10514496. OLE color: 10514496.

HSL color Cylindrical-coordinate representation of color #4070A0: hue angle of 210º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4070A0 is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB64112160-
CMYK0.60.3000.37
HSL210º42.86%43.92%-
HSV(B)210º60%62.75%-
XYZ14.2515.2235.44-
YUV103.12160.1100.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 47.62%
R=19.05%
G=33.33%
B=47.62%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641121600.60.3000.3721042.8643.92
Hex4070A03C1E025d22b2c
Octal10016024074360453225354
Binary100000011100001010000011110011110010010111010010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4070A0; }

 p { color: rgb(64,112,160); }

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

<style>
 a { background-color: #4070A0; }

 a { background-color: rgb(64,112,160); }

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

<style>
 span { border-color: #4070A0; }

 span { border-color: rgb(64,112,160); }

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