Html Css Color HEX #476BAF Mariner

📋 copy color: '#476BAF'

red 71 ◦ green 107 ◦ blue 175

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

Shades of Mariner #476BAF

Tints of Mariner #476BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 20.11%
G = 30.31%
B = 49.58%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#476BAF (or 0x476BAF) is known color: Mariner. HEX triplet: 47, 6B and AF. RGB value is (71,107,175). Sum of RGB (Red+Green+Blue) = 71+107+175=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #476BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAF is #B89450. Grayscale: #676767. Windows color (decimal): -12096593 or 11496263. OLE color: 11496263.

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

Color convert

RGB 71 107 175 -
CMYK 0.59 0.39 0 0.31
HSL 219.23º 0.42% 0.48% -
HSV(B) 219.23º 0.59% 0.69% -
XYZ 15.59 14.95 42.62 -
YUV 103.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 71 107 175 0.59 0.39 0 0.31 219.23 0.42 0.48
Hex 47 6B AF 3B 27 0 1F DB 2A 30
Octal 107 153 257 73 47 0 37 333 52 60
Binary 1000111 1101011 10101111 111011 100111 0 11111 11011011 101010 110000

Color Harmonies of #476BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BAF

Black with #476BAF

Text Example


Text Example

White with #476BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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