Html Css Color HEX #4769AD Mariner

📋 copy color: '#4769AD'

red 71 ◦ green 105 ◦ blue 173

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

Shades of Mariner #4769AD

Tints of Mariner #4769AD

RGB

 RED value IS 71 (28.13% from 255) = 20.34%

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

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

R = 20.34%
G = 30.09%
B = 49.57%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4769AD (or 0x4769AD) is known color: Mariner. HEX triplet: 47, 69 and AD. RGB value is (71,105,173). Sum of RGB (Red+Green+Blue) = 71+105+173=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #4769AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4769AD is #B89652. Grayscale: #666666. Windows color (decimal): -12097107 or 11364679. OLE color: 11364679.

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

Color convert

RGB 71 105 173 -
CMYK 0.59 0.39 0 0.32
HSL 220º 0.42% 0.48% -
HSV(B) 220º 0.59% 0.68% -
XYZ 15.19 14.46 41.53 -
YUV 102.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 71 105 173 0.59 0.39 0 0.32 220 0.42 0.48
Hex 47 69 AD 3B 27 0 20 DC 2A 30
Octal 107 151 255 73 47 0 40 334 52 60
Binary 1000111 1101001 10101101 111011 100111 0 100000 11011100 101010 110000

Color Harmonies of #4769AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4769AD

Black with #4769AD

Text Example


Text Example

White with #4769AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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