Html Css Color HEX #4054AB Mariner

📋 copy color: '#4054AB'

red 64 ◦ green 84 ◦ blue 171

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

Shades of Mariner #4054AB

Tints of Mariner #4054AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 20.06%
G = 26.33%
B = 53.61%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4054AB (or 0x4054AB) is known color: Mariner. HEX triplet: 40, 54 and AB. RGB value is (64,84,171). Sum of RGB (Red+Green+Blue) = 64+84+171=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #4054AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4054AB is #BFAB54. Grayscale: #575757. Windows color (decimal): -12561237 or 11228224. OLE color: 11228224.

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

Color convert

RGB 64 84 171 -
CMYK 0.63 0.51 0 0.33
HSL 228.79º 0.46% 0.46% -
HSV(B) 228.79º 0.63% 0.67% -
XYZ 12.64 10.37 39.86 -
YUV 87.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 64 84 171 0.63 0.51 0 0.33 228.79 0.46 0.46
Hex 40 54 AB 3F 33 0 21 E5 2E 2E
Octal 100 124 253 77 63 0 41 345 56 56
Binary 1000000 1010100 10101011 111111 110011 0 100001 11100101 101110 101110

Color Harmonies of #4054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4054AB

Black with #4054AB

Text Example


Text Example

White with #4054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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