Html Css Color HEX #476AA9 Mariner

📋 copy color: '#476AA9'

red 71 ◦ green 106 ◦ blue 169

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

Shades of Mariner #476AA9

Tints of Mariner #476AA9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

 BLUE value IS 169 (66.41% from 255) = 48.84%

R = 20.52%
G = 30.64%
B = 48.84%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#476AA9 (or 0x476AA9) is known color: Mariner. HEX triplet: 47, 6A and A9. RGB value is (71,106,169). Sum of RGB (Red+Green+Blue) = 71+106+169=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #476AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AA9 is #B89556. Grayscale: #666666. Windows color (decimal): -12096855 or 11102791. OLE color: 11102791.

HSL color Cylindrical-coordinate representation of color #476AA9: hue angle of 218.57º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476AA9 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 106 169 -
CMYK 0.58 0.37 0 0.34
HSL 218.57º 0.41% 0.47% -
HSV(B) 218.57º 0.58% 0.66% -
XYZ 14.91 14.51 39.55 -
YUV 102.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 71 106 169 0.58 0.37 0 0.34 218.57 0.41 0.47
Hex 47 6A A9 3A 25 0 22 DB 29 2F
Octal 107 152 251 72 45 0 42 333 51 57
Binary 1000111 1101010 10101001 111010 100101 0 100010 11011011 101001 101111

Color Harmonies of #476AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AA9

Black with #476AA9

Text Example


Text Example

White with #476AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476AA9; }

 p { color: rgb(71,106,169); }

 H1.HeaderClassName
 {
   color: #476AA9;
 }
 .AnyTagClassName
 {
   color: #476AA9;
 }
</style>

background-color css

<style>
 a { background-color: #476AA9; }

 a { background-color: rgb(71,106,169); }

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

border-color css

<style>
 span { border-color: #476AA9; }

 span { border-color: rgb(71,106,169); }

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