Html Css Color HEX #4062AA Mariner

📋 copy color: '#4062AA'

red 64 ◦ green 98 ◦ blue 170

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

Shades of Mariner #4062AA

Tints of Mariner #4062AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 19.28%
G = 29.52%
B = 51.2%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4062AA (or 0x4062AA) is known color: Mariner. HEX triplet: 40, 62 and AA. RGB value is (64,98,170). Sum of RGB (Red+Green+Blue) = 64+98+170=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #4062AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4062AA is #BF9D55. Grayscale: #5F5F5F. Windows color (decimal): -12557654 or 11166272. OLE color: 11166272.

HSL color Cylindrical-coordinate representation of color #4062AA: hue angle of 220.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4062AA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 98 170 -
CMYK 0.62 0.42 0 0.33
HSL 220.75º 0.45% 0.46% -
HSV(B) 220.75º 0.62% 0.67% -
XYZ 13.74 12.73 39.76 -
YUV 96.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 64 98 170 0.62 0.42 0 0.33 220.75 0.45 0.46
Hex 40 62 AA 3E 2A 0 21 DD 2D 2E
Octal 100 142 252 76 52 0 41 335 55 56
Binary 1000000 1100010 10101010 111110 101010 0 100001 11011101 101101 101110

Color Harmonies of #4062AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4062AA

Black with #4062AA

Text Example


Text Example

White with #4062AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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