Html Css Color HEX #4060AB Mariner

📋 copy color: '#4060AB'

red 64 ◦ green 96 ◦ blue 171

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

Shades of Mariner #4060AB

Tints of Mariner #4060AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 19.34%
G = 29%
B = 51.66%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4060AB (or 0x4060AB) is known color: Mariner. HEX triplet: 40, 60 and AB. RGB value is (64,96,171). Sum of RGB (Red+Green+Blue) = 64+96+171=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #4060AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4060AB is #BF9F54. Grayscale: #5E5E5E. Windows color (decimal): -12558165 or 11231296. OLE color: 11231296.

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

Color convert

RGB 64 96 171 -
CMYK 0.63 0.44 0 0.33
HSL 222.06º 0.46% 0.46% -
HSV(B) 222.06º 0.63% 0.67% -
XYZ 13.65 12.4 40.2 -
YUV 94.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 64 96 171 0.63 0.44 0 0.33 222.06 0.46 0.46
Hex 40 60 AB 3F 2C 0 21 DE 2E 2E
Octal 100 140 253 77 54 0 41 336 56 56
Binary 1000000 1100000 10101011 111111 101100 0 100001 11011110 101110 101110

Color Harmonies of #4060AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060AB

Black with #4060AB

Text Example


Text Example

White with #4060AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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