Html Css Color HEX #4063AB Mariner

📋 copy color: '#4063AB'

red 64 ◦ green 99 ◦ blue 171

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

Shades of Mariner #4063AB

Tints of Mariner #4063AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 19.16%
G = 29.64%
B = 51.2%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4063AB (or 0x4063AB) is known color: Mariner. HEX triplet: 40, 63 and AB. RGB value is (64,99,171). Sum of RGB (Red+Green+Blue) = 64+99+171=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #4063AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4063AB is #BF9C54. Grayscale: #606060. Windows color (decimal): -12557397 or 11232064. OLE color: 11232064.

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

Color convert

RGB 64 99 171 -
CMYK 0.63 0.42 0 0.33
HSL 220.37º 0.46% 0.46% -
HSV(B) 220.37º 0.63% 0.67% -
XYZ 13.93 12.95 40.29 -
YUV 96.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 64 99 171 0.63 0.42 0 0.33 220.37 0.46 0.46
Hex 40 63 AB 3F 2A 0 21 DC 2E 2E
Octal 100 143 253 77 52 0 41 334 56 56
Binary 1000000 1100011 10101011 111111 101010 0 100001 11011100 101110 101110

Color Harmonies of #4063AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4063AB

Black with #4063AB

Text Example


Text Example

White with #4063AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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