Html Css Color HEX #476BAA Mariner

📋 copy color: '#476BAA'

red 71 ◦ green 107 ◦ blue 170

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

Shades of Mariner #476BAA

Tints of Mariner #476BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 20.4%
G = 30.75%
B = 48.85%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476BAA (or 0x476BAA) is known color: Mariner. HEX triplet: 47, 6B and AA. RGB value is (71,107,170). Sum of RGB (Red+Green+Blue) = 71+107+170=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #476BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAA is #B89455. Grayscale: #676767. Windows color (decimal): -12096598 or 11168583. OLE color: 11168583.

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

Color convert

RGB 71 107 170 -
CMYK 0.58 0.37 0 0.33
HSL 218.18º 0.41% 0.47% -
HSV(B) 218.18º 0.58% 0.67% -
XYZ 15.11 14.76 40.08 -
YUV 103.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 71 107 170 0.58 0.37 0 0.33 218.18 0.41 0.47
Hex 47 6B AA 3A 25 0 21 DA 29 2F
Octal 107 153 252 72 45 0 41 332 51 57
Binary 1000111 1101011 10101010 111010 100101 0 100001 11011010 101001 101111

Color Harmonies of #476BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BAA

Black with #476BAA

Text Example


Text Example

White with #476BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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