Html Css Color HEX #4061AB Mariner

📋 copy color: '#4061AB'

red 64 ◦ green 97 ◦ blue 171

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

Shades of Mariner #4061AB

Tints of Mariner #4061AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

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

R = 19.28%
G = 29.22%
B = 51.51%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4061AB (or 0x4061AB) is known color: Mariner. HEX triplet: 40, 61 and AB. RGB value is (64,97,171). Sum of RGB (Red+Green+Blue) = 64+97+171=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #4061AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AB is #BF9E54. Grayscale: #5F5F5F. Windows color (decimal): -12557909 or 11231552. OLE color: 11231552.

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

Color convert

RGB 64 97 171 -
CMYK 0.63 0.43 0 0.33
HSL 221.5º 0.46% 0.46% -
HSV(B) 221.5º 0.63% 0.67% -
XYZ 13.74 12.58 40.23 -
YUV 95.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 64 97 171 0.63 0.43 0 0.33 221.5 0.46 0.46
Hex 40 61 AB 3F 2B 0 21 DD 2E 2E
Octal 100 141 253 77 53 0 41 335 56 56
Binary 1000000 1100001 10101011 111111 101011 0 100001 11011101 101110 101110

Color Harmonies of #4061AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061AB

Black with #4061AB

Text Example


Text Example

White with #4061AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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