Html Css Color HEX #475AAD Mariner

📋 copy color: '#475AAD'

red 71 ◦ green 90 ◦ blue 173

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

Shades of Mariner #475AAD

Tints of Mariner #475AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 21.26%
G = 26.95%
B = 51.8%

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

#475AAD (or 0x475AAD) is known color: Mariner. HEX triplet: 47, 5A and AD. RGB value is (71,90,173). Sum of RGB (Red+Green+Blue) = 71+90+173=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #475AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAD is #B8A552. Grayscale: #5D5D5D. Windows color (decimal): -12100947 or 11360839. OLE color: 11360839.

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

Color convert

RGB 71 90 173 -
CMYK 0.59 0.48 0 0.32
HSL 228.82º 0.42% 0.48% -
HSV(B) 228.82º 0.59% 0.68% -
XYZ 13.8 11.67 41.06 -
YUV 93.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 71 90 173 0.59 0.48 0 0.32 228.82 0.42 0.48
Hex 47 5A AD 3B 30 0 20 E5 2A 30
Octal 107 132 255 73 60 0 40 345 52 60
Binary 1000111 1011010 10101101 111011 110000 0 100000 11100101 101010 110000

Color Harmonies of #475AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AAD

Black with #475AAD

Text Example


Text Example

White with #475AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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