Html Css Color HEX #4071AB Lochmara

📋 copy color: '#4071AB'

red 64 ◦ green 113 ◦ blue 171

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

Shades of Lochmara #4071AB

Tints of Lochmara #4071AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 18.39%
G = 32.47%
B = 49.14%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4071AB (or 0x4071AB) is known color: Lochmara. HEX triplet: 40, 71 and AB. RGB value is (64,113,171). Sum of RGB (Red+Green+Blue) = 64+113+171=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4071AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071AB is #BF8E54. Grayscale: #686868. Windows color (decimal): -12553813 or 11235648. OLE color: 11235648.

HSL color Cylindrical-coordinate representation of color #4071AB: hue angle of 212.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4071AB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 113 171 -
CMYK 0.63 0.34 0 0.33
HSL 212.52º 0.46% 0.46% -
HSV(B) 212.52º 0.63% 0.67% -
XYZ 15.37 15.84 40.78 -
YUV 104.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 64 113 171 0.63 0.34 0 0.33 212.52 0.46 0.46
Hex 40 71 AB 3F 22 0 21 D5 2E 2E
Octal 100 161 253 77 42 0 41 325 56 56
Binary 1000000 1110001 10101011 111111 100010 0 100001 11010101 101110 101110

Color Harmonies of #4071AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071AB

Black with #4071AB

Text Example


Text Example

White with #4071AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4071AB;
 }
 .AnyTagClassName
 {
   color: #4071AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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