Html Css Color HEX #475BA0 Mariner

📋 copy color: '#475BA0'

red 71 ◦ green 91 ◦ blue 160

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

Shades of Mariner #475BA0

Tints of Mariner #475BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.69%

R = 22.05%
G = 28.26%
B = 49.69%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#475BA0 (or 0x475BA0) is known color: Mariner. HEX triplet: 47, 5B and A0. RGB value is (71,91,160). Sum of RGB (Red+Green+Blue) = 71+91+160=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #475BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BA0 is #B8A45F. Grayscale: #5C5C5C. Windows color (decimal): -12100704 or 10509127. OLE color: 10509127.

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

Color convert

RGB 71 91 160 -
CMYK 0.56 0.43 0 0.37
HSL 226.52º 0.39% 0.45% -
HSV(B) 226.52º 0.56% 0.63% -
XYZ 12.68 11.36 34.78 -
YUV 92.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 71 91 160 0.56 0.43 0 0.37 226.52 0.39 0.45
Hex 47 5B A0 38 2B 0 25 E3 27 2D
Octal 107 133 240 70 53 0 45 343 47 55
Binary 1000111 1011011 10100000 111000 101011 0 100101 11100011 100111 101101

Color Harmonies of #475BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BA0

Black with #475BA0

Text Example


Text Example

White with #475BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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