Html Css Color HEX #4069AD Mariner

📋 copy color: '#4069AD'

red 64 ◦ green 105 ◦ blue 173

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

Shades of Mariner #4069AD

Tints of Mariner #4069AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 18.71%
G = 30.7%
B = 50.58%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4069AD (or 0x4069AD) is known color: Mariner. HEX triplet: 40, 69 and AD. RGB value is (64,105,173). Sum of RGB (Red+Green+Blue) = 64+105+173=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4069AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069AD is #BF9652. Grayscale: #646464. Windows color (decimal): -12555859 or 11364672. OLE color: 11364672.

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

Color convert

RGB 64 105 173 -
CMYK 0.63 0.39 0 0.32
HSL 217.43º 0.46% 0.46% -
HSV(B) 217.43º 0.63% 0.68% -
XYZ 14.71 14.21 41.5 -
YUV 100.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 64 105 173 0.63 0.39 0 0.32 217.43 0.46 0.46
Hex 40 69 AD 3F 27 0 20 D9 2E 2E
Octal 100 151 255 77 47 0 40 331 56 56
Binary 1000000 1101001 10101101 111111 100111 0 100000 11011001 101110 101110

Color Harmonies of #4069AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069AD

Black with #4069AD

Text Example


Text Example

White with #4069AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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