Html Css Color HEX #476BB1 Mariner

📋 copy color: '#476BB1'

red 71 ◦ green 107 ◦ blue 177

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

Shades of Mariner #476BB1

Tints of Mariner #476BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.86%

R = 20%
G = 30.14%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#476BB1 (or 0x476BB1) is known color: Mariner. HEX triplet: 47, 6B and B1. RGB value is (71,107,177). Sum of RGB (Red+Green+Blue) = 71+107+177=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #476BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BB1 is #B8944E. Grayscale: #676767. Windows color (decimal): -12096591 or 11627335. OLE color: 11627335.

HSL color Cylindrical-coordinate representation of color #476BB1: hue angle of 219.62º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476BB1 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 107 177 -
CMYK 0.60 0.40 0 0.31
HSL 219.62º 0.43% 0.49% -
HSV(B) 219.62º 0.6% 0.69% -
XYZ 15.79 15.03 43.66 -
YUV 104.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 71 107 177 0.60 0.40 0 0.31 219.62 0.43 0.49
Hex 47 6B B1 3C 28 0 1F DC 2B 31
Octal 107 153 261 74 50 0 37 334 53 61
Binary 1000111 1101011 10110001 111100 101000 0 11111 11011100 101011 110001

Color Harmonies of #476BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BB1

Black with #476BB1

Text Example


Text Example

White with #476BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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