#4073A4

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

Shades of Lochmara #4073A4

Tints of Lochmara #4073A4

Color information

#4073A4 (or 0x4073A4) is unknown color: approx Lochmara. HEX triplet: 40, 73 and A4. RGB value is (64,115,164). Sum of RGB (Red+Green+Blue) = 64+115+164=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #4073A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4073A4 is #BF8C5B. Grayscale: #696969. Windows color (decimal): -12553308 or 10777408. OLE color: 10777408.

HSL color Cylindrical-coordinate representation of color #4073A4: hue angle of 209.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4073A4 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64115164-
CMYK0.610.3000.36
HSL209.4º43.86%44.71%-
HSV(B)209.4º60.98%64.31%-
XYZ14.9516.0337.43-
YUV105.34161.198.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=18.66%
G=33.53%
B=47.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641151640.610.3000.36209.443.8644.71
Hex4073A43D1E024d12c2d
Octal10016324475360443215455
Binary100000011100111010010011110111110010010011010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,115,164); }

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

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

 a { background-color: rgb(64,115,164); }

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

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

 span { border-color: rgb(64,115,164); }

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