Html Css Color HEX #476BAD Mariner

📋 copy color: '#476BAD'

red 71 ◦ green 107 ◦ blue 173

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

Shades of Mariner #476BAD

Tints of Mariner #476BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 20.23%
G = 30.48%
B = 49.29%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#476BAD (or 0x476BAD) is known color: Mariner. HEX triplet: 47, 6B and AD. RGB value is (71,107,173). Sum of RGB (Red+Green+Blue) = 71+107+173=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #476BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAD is #B89452. Grayscale: #676767. Windows color (decimal): -12096595 or 11365191. OLE color: 11365191.

HSL color Cylindrical-coordinate representation of color #476BAD: hue angle of 218.82º 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 #476BAD is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 107 173 -
CMYK 0.59 0.38 0 0.32
HSL 218.82º 0.42% 0.48% -
HSV(B) 218.82º 0.59% 0.68% -
XYZ 15.4 14.87 41.59 -
YUV 103.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 71 107 173 0.59 0.38 0 0.32 218.82 0.42 0.48
Hex 47 6B AD 3B 26 0 20 DB 2A 30
Octal 107 153 255 73 46 0 40 333 52 60
Binary 1000111 1101011 10101101 111011 100110 0 100000 11011011 101010 110000

Color Harmonies of #476BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BAD

Black with #476BAD

Text Example


Text Example

White with #476BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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