Html Css Color HEX #475DAA Mariner

📋 copy color: '#475DAA'

red 71 ◦ green 93 ◦ blue 170

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

Shades of Mariner #475DAA

Tints of Mariner #475DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 21.26%
G = 27.84%
B = 50.9%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#475DAA (or 0x475DAA) is known color: Mariner. HEX triplet: 47, 5D and AA. RGB value is (71,93,170). Sum of RGB (Red+Green+Blue) = 71+93+170=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #475DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DAA is #B8A255. Grayscale: #5E5E5E. Windows color (decimal): -12100182 or 11164999. OLE color: 11164999.

HSL color Cylindrical-coordinate representation of color #475DAA: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #475DAA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 93 170 -
CMYK 0.58 0.45 0 0.33
HSL 226.67º 0.41% 0.47% -
HSV(B) 226.67º 0.58% 0.67% -
XYZ 13.77 12.07 39.63 -
YUV 95.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 71 93 170 0.58 0.45 0 0.33 226.67 0.41 0.47
Hex 47 5D AA 3A 2D 0 21 E3 29 2F
Octal 107 135 252 72 55 0 41 343 51 57
Binary 1000111 1011101 10101010 111010 101101 0 100001 11100011 101001 101111

Color Harmonies of #475DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DAA

Black with #475DAA

Text Example


Text Example

White with #475DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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