Html Css Color HEX #476CAD Mariner

📋 copy color: '#476CAD'

red 71 ◦ green 108 ◦ blue 173

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

Shades of Mariner #476CAD

Tints of Mariner #476CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

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

R = 20.17%
G = 30.68%
B = 49.15%

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

#476CAD (or 0x476CAD) is known color: Mariner. HEX triplet: 47, 6C and AD. RGB value is (71,108,173). Sum of RGB (Red+Green+Blue) = 71+108+173=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #476CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CAD is #B89352. Grayscale: #686868. Windows color (decimal): -12096339 or 11365447. OLE color: 11365447.

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

Color convert

RGB 71 108 173 -
CMYK 0.59 0.38 0 0.32
HSL 218.24º 0.42% 0.48% -
HSV(B) 218.24º 0.59% 0.68% -
XYZ 15.5 15.08 41.63 -
YUV 104.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 71 108 173 0.59 0.38 0 0.32 218.24 0.42 0.48
Hex 47 6C AD 3B 26 0 20 DA 2A 30
Octal 107 154 255 73 46 0 40 332 52 60
Binary 1000111 1101100 10101101 111011 100110 0 100000 11011010 101010 110000

Color Harmonies of #476CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CAD

Black with #476CAD

Text Example


Text Example

White with #476CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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