Html Css Color HEX #475AA3 Mariner

📋 copy color: '#475AA3'

red 71 ◦ green 90 ◦ blue 163

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

Shades of Mariner #475AA3

Tints of Mariner #475AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.31%

R = 21.91%
G = 27.78%
B = 50.31%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#475AA3 (or 0x475AA3) is known color: Mariner. HEX triplet: 47, 5A and A3. RGB value is (71,90,163). Sum of RGB (Red+Green+Blue) = 71+90+163=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #475AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AA3 is #B8A55C. Grayscale: #5C5C5C. Windows color (decimal): -12100957 or 10705479. OLE color: 10705479.

HSL color Cylindrical-coordinate representation of color #475AA3: hue angle of 227.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475AA3 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 90 163 -
CMYK 0.56 0.45 0 0.36
HSL 227.61º 0.39% 0.46% -
HSV(B) 227.61º 0.56% 0.64% -
XYZ 12.87 11.3 36.15 -
YUV 92.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 71 90 163 0.56 0.45 0 0.36 227.61 0.39 0.46
Hex 47 5A A3 38 2D 0 24 E4 27 2E
Octal 107 132 243 70 55 0 44 344 47 56
Binary 1000111 1011010 10100011 111000 101101 0 100100 11100100 100111 101110

Color Harmonies of #475AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AA3

Black with #475AA3

Text Example


Text Example

White with #475AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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