Html Css Color HEX #4069AA Mariner

📋 copy color: '#4069AA'

red 64 ◦ green 105 ◦ blue 170

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

Shades of Mariner #4069AA

Tints of Mariner #4069AA

RGB

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

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

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

R = 18.88%
G = 30.97%
B = 50.15%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4069AA (or 0x4069AA) is known color: Mariner. HEX triplet: 40, 69 and AA. RGB value is (64,105,170). Sum of RGB (Red+Green+Blue) = 64+105+170=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4069AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069AA is #BF9655. Grayscale: #636363. Windows color (decimal): -12555862 or 11168064. OLE color: 11168064.

HSL color Cylindrical-coordinate representation of color #4069AA: hue angle of 216.79º 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 #4069AA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 105 170 -
CMYK 0.62 0.38 0 0.33
HSL 216.79º 0.45% 0.46% -
HSV(B) 216.79º 0.62% 0.67% -
XYZ 14.42 14.1 39.99 -
YUV 100.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 64 105 170 0.62 0.38 0 0.33 216.79 0.45 0.46
Hex 40 69 AA 3E 26 0 21 D9 2D 2E
Octal 100 151 252 76 46 0 41 331 55 56
Binary 1000000 1101001 10101010 111110 100110 0 100001 11011001 101101 101110

Color Harmonies of #4069AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069AA

Black with #4069AA

Text Example


Text Example

White with #4069AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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