Html Css Color HEX #475DAE Mariner

📋 copy color: '#475DAE'

red 71 ◦ green 93 ◦ blue 174

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

Shades of Mariner #475DAE

Tints of Mariner #475DAE

RGB

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

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

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

R = 21.01%
G = 27.51%
B = 51.48%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#475DAE (or 0x475DAE) is known color: Mariner. HEX triplet: 47, 5D and AE. RGB value is (71,93,174). Sum of RGB (Red+Green+Blue) = 71+93+174=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #475DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DAE is #B8A251. Grayscale: #5F5F5F. Windows color (decimal): -12100178 or 11427143. OLE color: 11427143.

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

Color convert

RGB 71 93 174 -
CMYK 0.59 0.47 0 0.32
HSL 227.18º 0.42% 0.48% -
HSV(B) 227.18º 0.59% 0.68% -
XYZ 14.15 12.22 41.66 -
YUV 95.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 71 93 174 0.59 0.47 0 0.32 227.18 0.42 0.48
Hex 47 5D AE 3B 2F 0 20 E3 2A 30
Octal 107 135 256 73 57 0 40 343 52 60
Binary 1000111 1011101 10101110 111011 101111 0 100000 11100011 101010 110000

Color Harmonies of #475DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DAE

Black with #475DAE

Text Example


Text Example

White with #475DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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