Html Css Color HEX #475AAB Mariner

📋 copy color: '#475AAB'

red 71 ◦ green 90 ◦ blue 171

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

Shades of Mariner #475AAB

Tints of Mariner #475AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 21.39%
G = 27.11%
B = 51.51%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#475AAB (or 0x475AAB) is known color: Mariner. HEX triplet: 47, 5A and AB. RGB value is (71,90,171). Sum of RGB (Red+Green+Blue) = 71+90+171=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #475AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAB is #B8A554. Grayscale: #5D5D5D. Windows color (decimal): -12100949 or 11229767. OLE color: 11229767.

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

Color convert

RGB 71 90 171 -
CMYK 0.58 0.47 0 0.33
HSL 228.6º 0.41% 0.47% -
HSV(B) 228.6º 0.58% 0.67% -
XYZ 13.61 11.59 40.05 -
YUV 93.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 71 90 171 0.58 0.47 0 0.33 228.6 0.41 0.47
Hex 47 5A AB 3A 2F 0 21 E5 29 2F
Octal 107 132 253 72 57 0 41 345 51 57
Binary 1000111 1011010 10101011 111010 101111 0 100001 11100101 101001 101111

Color Harmonies of #475AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AAB

Black with #475AAB

Text Example


Text Example

White with #475AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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