Html Css Color HEX #4062AB Mariner

📋 copy color: '#4062AB'

red 64 ◦ green 98 ◦ blue 171

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

Shades of Mariner #4062AB

Tints of Mariner #4062AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 19.22%
G = 29.43%
B = 51.35%

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

#4062AB (or 0x4062AB) is known color: Mariner. HEX triplet: 40, 62 and AB. RGB value is (64,98,171). Sum of RGB (Red+Green+Blue) = 64+98+171=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4062AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4062AB is #BF9D54. Grayscale: #5F5F5F. Windows color (decimal): -12557653 or 11231808. OLE color: 11231808.

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

Color convert

RGB 64 98 171 -
CMYK 0.63 0.43 0 0.33
HSL 220.93º 0.46% 0.46% -
HSV(B) 220.93º 0.63% 0.67% -
XYZ 13.83 12.77 40.26 -
YUV 96.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 64 98 171 0.63 0.43 0 0.33 220.93 0.46 0.46
Hex 40 62 AB 3F 2B 0 21 DD 2E 2E
Octal 100 142 253 77 53 0 41 335 56 56
Binary 1000000 1100010 10101011 111111 101011 0 100001 11011101 101110 101110

Color Harmonies of #4062AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4062AB

Black with #4062AB

Text Example


Text Example

White with #4062AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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