Html Css Color HEX #476BAC Mariner

📋 copy color: '#476BAC'

red 71 ◦ green 107 ◦ blue 172

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

Shades of Mariner #476BAC

Tints of Mariner #476BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 20.29%
G = 30.57%
B = 49.14%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476BAC (or 0x476BAC) is known color: Mariner. HEX triplet: 47, 6B and AC. RGB value is (71,107,172). Sum of RGB (Red+Green+Blue) = 71+107+172=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #476BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAC is #B89453. Grayscale: #676767. Windows color (decimal): -12096596 or 11299655. OLE color: 11299655.

HSL color Cylindrical-coordinate representation of color #476BAC: hue angle of 218.61º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476BAC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 107 172 -
CMYK 0.59 0.38 0 0.33
HSL 218.61º 0.42% 0.48% -
HSV(B) 218.61º 0.59% 0.67% -
XYZ 15.3 14.83 41.09 -
YUV 103.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 71 107 172 0.59 0.38 0 0.33 218.61 0.42 0.48
Hex 47 6B AC 3B 26 0 21 DB 2A 30
Octal 107 153 254 73 46 0 41 333 52 60
Binary 1000111 1101011 10101100 111011 100110 0 100001 11011011 101010 110000

Color Harmonies of #476BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BAC

Black with #476BAC

Text Example


Text Example

White with #476BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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