Html Css Color HEX #475BA2 Mariner

📋 copy color: '#475BA2'

red 71 ◦ green 91 ◦ blue 162

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

Shades of Mariner #475BA2

Tints of Mariner #475BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50%

R = 21.91%
G = 28.09%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#475BA2 (or 0x475BA2) is known color: Mariner. HEX triplet: 47, 5B and A2. RGB value is (71,91,162). Sum of RGB (Red+Green+Blue) = 71+91+162=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #475BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BA2 is #B8A45D. Grayscale: #5C5C5C. Windows color (decimal): -12100702 or 10640199. OLE color: 10640199.

HSL color Cylindrical-coordinate representation of color #475BA2: hue angle of 226.81º 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 #475BA2 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 91 162 -
CMYK 0.56 0.44 0 0.36
HSL 226.81º 0.39% 0.46% -
HSV(B) 226.81º 0.56% 0.64% -
XYZ 12.86 11.43 35.71 -
YUV 93.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 71 91 162 0.56 0.44 0 0.36 226.81 0.39 0.46
Hex 47 5B A2 38 2C 0 24 E3 27 2E
Octal 107 133 242 70 54 0 44 343 47 56
Binary 1000111 1011011 10100010 111000 101100 0 100100 11100011 100111 101110

Color Harmonies of #475BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BA2

Black with #475BA2

Text Example


Text Example

White with #475BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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