Html Css Color HEX #4072AB Lochmara

📋 copy color: '#4072AB'

red 64 ◦ green 114 ◦ blue 171

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

Shades of Lochmara #4072AB

Tints of Lochmara #4072AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 18.34%
G = 32.66%
B = 49%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4072AB (or 0x4072AB) is known color: Lochmara. HEX triplet: 40, 72 and AB. RGB value is (64,114,171). Sum of RGB (Red+Green+Blue) = 64+114+171=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #4072AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4072AB is #BF8D54. Grayscale: #696969. Windows color (decimal): -12553557 or 11235904. OLE color: 11235904.

HSL color Cylindrical-coordinate representation of color #4072AB: hue angle of 211.96º 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 #4072AB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 114 171 -
CMYK 0.63 0.33 0 0.33
HSL 211.96º 0.46% 0.46% -
HSV(B) 211.96º 0.63% 0.67% -
XYZ 15.48 16.06 40.81 -
YUV 105.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 64 114 171 0.63 0.33 0 0.33 211.96 0.46 0.46
Hex 40 72 AB 3F 21 0 21 D4 2E 2E
Octal 100 162 253 77 41 0 41 324 56 56
Binary 1000000 1110010 10101011 111111 100001 0 100001 11010100 101110 101110

Color Harmonies of #4072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4072AB

Black with #4072AB

Text Example


Text Example

White with #4072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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