Html Css Color HEX #475B8D Mariner

📋 copy color: '#475B8D'

red 71 ◦ green 91 ◦ blue 141

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

Shades of Mariner #475B8D

Tints of Mariner #475B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 23.43%
G = 30.03%
B = 46.53%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#475B8D (or 0x475B8D) is known color: Mariner. HEX triplet: 47, 5B and 8D. RGB value is (71,91,141). Sum of RGB (Red+Green+Blue) = 71+91+141=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #475B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B8D is #B8A472. Grayscale: #5A5A5A. Windows color (decimal): -12100723 or 9263943. OLE color: 9263943.

HSL color Cylindrical-coordinate representation of color #475B8D: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #475B8D is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 91 141 -
CMYK 0.50 0.35 0 0.45
HSL 222.86º 0.33% 0.42% -
HSV(B) 222.86º 0.5% 0.55% -
XYZ 11.15 10.74 26.69 -
YUV 90.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 71 91 141 0.50 0.35 0 0.45 222.86 0.33 0.42
Hex 47 5B 8D 32 23 0 2D DF 21 2A
Octal 107 133 215 62 43 0 55 337 41 52
Binary 1000111 1011011 10001101 110010 100011 0 101101 11011111 100001 101010

Color Harmonies of #475B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B8D

Black with #475B8D

Text Example


Text Example

White with #475B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,141); }

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

background-color css

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

 a { background-color: rgb(71,91,141); }

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

border-color css

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

 span { border-color: rgb(71,91,141); }

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