Html Css Color HEX #475AAE Mariner

📋 copy color: '#475AAE'

red 71 ◦ green 90 ◦ blue 174

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

Shades of Mariner #475AAE

Tints of Mariner #475AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 21.19%
G = 26.87%
B = 51.94%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#475AAE (or 0x475AAE) is known color: Mariner. HEX triplet: 47, 5A and AE. RGB value is (71,90,174). Sum of RGB (Red+Green+Blue) = 71+90+174=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #475AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAE is #B8A551. Grayscale: #5D5D5D. Windows color (decimal): -12100946 or 11426375. OLE color: 11426375.

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

Color convert

RGB 71 90 174 -
CMYK 0.59 0.48 0 0.32
HSL 228.93º 0.42% 0.48% -
HSV(B) 228.93º 0.59% 0.68% -
XYZ 13.89 11.71 41.57 -
YUV 93.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 71 90 174 0.59 0.48 0 0.32 228.93 0.42 0.48
Hex 47 5A AE 3B 30 0 20 E5 2A 30
Octal 107 132 256 73 60 0 40 345 52 60
Binary 1000111 1011010 10101110 111011 110000 0 100000 11100101 101010 110000

Color Harmonies of #475AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AAE

Black with #475AAE

Text Example


Text Example

White with #475AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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