Html Css Color HEX #475DA6 Mariner

📋 copy color: '#475DA6'

red 71 ◦ green 93 ◦ blue 166

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

Shades of Mariner #475DA6

Tints of Mariner #475DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 166 (65.23% from 255) = 50.3%

R = 21.52%
G = 28.18%
B = 50.3%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#475DA6 (or 0x475DA6) is known color: Mariner. HEX triplet: 47, 5D and A6. RGB value is (71,93,166). Sum of RGB (Red+Green+Blue) = 71+93+166=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #475DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DA6 is #B8A259. Grayscale: #5E5E5E. Windows color (decimal): -12100186 or 10902855. OLE color: 10902855.

HSL color Cylindrical-coordinate representation of color #475DA6: hue angle of 226.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #475DA6 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 93 166 -
CMYK 0.57 0.44 0 0.35
HSL 226.11º 0.4% 0.46% -
HSV(B) 226.11º 0.57% 0.65% -
XYZ 13.4 11.92 37.67 -
YUV 94.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 71 93 166 0.57 0.44 0 0.35 226.11 0.4 0.46
Hex 47 5D A6 39 2C 0 23 E2 28 2E
Octal 107 135 246 71 54 0 43 342 50 56
Binary 1000111 1011101 10100110 111001 101100 0 100011 11100010 101000 101110

Color Harmonies of #475DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DA6

Black with #475DA6

Text Example


Text Example

White with #475DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,166); }

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

background-color css

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

 a { background-color: rgb(71,93,166); }

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

border-color css

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

 span { border-color: rgb(71,93,166); }

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