Html Css Color HEX #4069AE Mariner

📋 copy color: '#4069AE'

red 64 ◦ green 105 ◦ blue 174

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

Shades of Mariner #4069AE

Tints of Mariner #4069AE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 18.66%
G = 30.61%
B = 50.73%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4069AE (or 0x4069AE) is known color: Mariner. HEX triplet: 40, 69 and AE. RGB value is (64,105,174). Sum of RGB (Red+Green+Blue) = 64+105+174=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4069AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069AE is #BF9651. Grayscale: #646464. Windows color (decimal): -12555858 or 11430208. OLE color: 11430208.

HSL color Cylindrical-coordinate representation of color #4069AE: hue angle of 217.64º 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 #4069AE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 105 174 -
CMYK 0.63 0.40 0 0.32
HSL 217.64º 0.46% 0.47% -
HSV(B) 217.64º 0.63% 0.68% -
XYZ 14.81 14.25 42.01 -
YUV 100.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 64 105 174 0.63 0.40 0 0.32 217.64 0.46 0.47
Hex 40 69 AE 3F 28 0 20 DA 2E 2F
Octal 100 151 256 77 50 0 40 332 56 57
Binary 1000000 1101001 10101110 111111 101000 0 100000 11011010 101110 101111

Color Harmonies of #4069AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069AE

Black with #4069AE

Text Example


Text Example

White with #4069AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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