Html Css Color HEX #476AAE Mariner

📋 copy color: '#476AAE'

red 71 ◦ green 106 ◦ blue 174

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

Shades of Mariner #476AAE

Tints of Mariner #476AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 20.23%
G = 30.2%
B = 49.57%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#476AAE (or 0x476AAE) is known color: Mariner. HEX triplet: 47, 6A and AE. RGB value is (71,106,174). Sum of RGB (Red+Green+Blue) = 71+106+174=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #476AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AAE is #B89551. Grayscale: #666666. Windows color (decimal): -12096850 or 11430471. OLE color: 11430471.

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

Color convert

RGB 71 106 174 -
CMYK 0.59 0.39 0 0.32
HSL 219.61º 0.42% 0.48% -
HSV(B) 219.61º 0.59% 0.68% -
XYZ 15.39 14.7 42.07 -
YUV 103.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 71 106 174 0.59 0.39 0 0.32 219.61 0.42 0.48
Hex 47 6A AE 3B 27 0 20 DC 2A 30
Octal 107 152 256 73 47 0 40 334 52 60
Binary 1000111 1101010 10101110 111011 100111 0 100000 11011100 101010 110000

Color Harmonies of #476AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AAE

Black with #476AAE

Text Example


Text Example

White with #476AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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