Html Css Color HEX #4073AA Lochmara

📋 copy color: '#4073AA'

red 64 ◦ green 115 ◦ blue 170

#4073AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #4073AA

Tints of Lochmara #4073AA

RGB

 RED value IS 64 (25.39% from 255) = 18.34%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 18.34%
G = 32.95%
B = 48.71%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4073AA (or 0x4073AA) is known color: Lochmara. HEX triplet: 40, 73 and AA. RGB value is (64,115,170). Sum of RGB (Red+Green+Blue) = 64+115+170=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #4073AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4073AA is #BF8C55. Grayscale: #696969. Windows color (decimal): -12553302 or 11170624. OLE color: 11170624.

HSL color Cylindrical-coordinate representation of color #4073AA: hue angle of 211.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4073AA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 115 170 -
CMYK 0.62 0.32 0 0.33
HSL 211.13º 0.45% 0.46% -
HSV(B) 211.13º 0.62% 0.67% -
XYZ 15.5 16.25 40.35 -
YUV 106.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 64 115 170 0.62 0.32 0 0.33 211.13 0.45 0.46
Hex 40 73 AA 3E 20 0 21 D3 2D 2E
Octal 100 163 252 76 40 0 41 323 55 56
Binary 1000000 1110011 10101010 111110 100000 0 100001 11010011 101101 101110

Color Harmonies of #4073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073AA

Black with #4073AA

Text Example


Text Example

White with #4073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4073AA;
 }
 .AnyTagClassName
 {
   color: #4073AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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