Html Css Color HEX #476CAE Mariner

📋 copy color: '#476CAE'

red 71 ◦ green 108 ◦ blue 174

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

Shades of Mariner #476CAE

Tints of Mariner #476CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 20.11%
G = 30.59%
B = 49.29%

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

#476CAE (or 0x476CAE) is known color: Mariner. HEX triplet: 47, 6C and AE. RGB value is (71,108,174). Sum of RGB (Red+Green+Blue) = 71+108+174=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #476CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CAE is #B89351. Grayscale: #686868. Windows color (decimal): -12096338 or 11430983. OLE color: 11430983.

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

Color convert

RGB 71 108 174 -
CMYK 0.59 0.38 0 0.32
HSL 218.45º 0.42% 0.48% -
HSV(B) 218.45º 0.59% 0.68% -
XYZ 15.6 15.12 42.14 -
YUV 104.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 71 108 174 0.59 0.38 0 0.32 218.45 0.42 0.48
Hex 47 6C AE 3B 26 0 20 DA 2A 30
Octal 107 154 256 73 46 0 40 332 52 60
Binary 1000111 1101100 10101110 111011 100110 0 100000 11011010 101010 110000

Color Harmonies of #476CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CAE

Black with #476CAE

Text Example


Text Example

White with #476CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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