Html Css Color HEX #475EAA Mariner

📋 copy color: '#475EAA'

red 71 ◦ green 94 ◦ blue 170

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

Shades of Mariner #475EAA

Tints of Mariner #475EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 21.19%
G = 28.06%
B = 50.75%

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

#475EAA (or 0x475EAA) is known color: Mariner. HEX triplet: 47, 5E and AA. RGB value is (71,94,170). Sum of RGB (Red+Green+Blue) = 71+94+170=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #475EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475EAA is #B8A155. Grayscale: #5F5F5F. Windows color (decimal): -12099926 or 11165255. OLE color: 11165255.

HSL color Cylindrical-coordinate representation of color #475EAA: hue angle of 226.06º 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 #475EAA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 94 170 -
CMYK 0.58 0.45 0 0.33
HSL 226.06º 0.41% 0.47% -
HSV(B) 226.06º 0.58% 0.67% -
XYZ 13.86 12.25 39.66 -
YUV 95.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 71 94 170 0.58 0.45 0 0.33 226.06 0.41 0.47
Hex 47 5E AA 3A 2D 0 21 E2 29 2F
Octal 107 136 252 72 55 0 41 342 51 57
Binary 1000111 1011110 10101010 111010 101101 0 100001 11100010 101001 101111

Color Harmonies of #475EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EAA

Black with #475EAA

Text Example


Text Example

White with #475EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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