Html Css Color HEX #4060AE Mariner

📋 copy color: '#4060AE'

red 64 ◦ green 96 ◦ blue 174

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

Shades of Mariner #4060AE

Tints of Mariner #4060AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 19.16%
G = 28.74%
B = 52.1%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4060AE (or 0x4060AE) is known color: Mariner. HEX triplet: 40, 60 and AE. RGB value is (64,96,174). Sum of RGB (Red+Green+Blue) = 64+96+174=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #4060AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4060AE is #BF9F51. Grayscale: #5E5E5E. Windows color (decimal): -12558162 or 11427904. OLE color: 11427904.

HSL color Cylindrical-coordinate representation of color #4060AE: hue angle of 222.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4060AE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 96 174 -
CMYK 0.63 0.45 0 0.32
HSL 222.55º 0.46% 0.47% -
HSV(B) 222.55º 0.63% 0.68% -
XYZ 13.94 12.51 41.72 -
YUV 95.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 64 96 174 0.63 0.45 0 0.32 222.55 0.46 0.47
Hex 40 60 AE 3F 2D 0 20 DF 2E 2F
Octal 100 140 256 77 55 0 40 337 56 57
Binary 1000000 1100000 10101110 111111 101101 0 100000 11011111 101110 101111

Color Harmonies of #4060AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060AE

Black with #4060AE

Text Example


Text Example

White with #4060AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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