Html Css Color HEX #475FAB Mariner

📋 copy color: '#475FAB'

red 71 ◦ green 95 ◦ blue 171

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

Shades of Mariner #475FAB

Tints of Mariner #475FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 21.07%
G = 28.19%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#475FAB (or 0x475FAB) is known color: Mariner. HEX triplet: 47, 5F and AB. RGB value is (71,95,171). Sum of RGB (Red+Green+Blue) = 71+95+171=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #475FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475FAB is #B8A054. Grayscale: #606060. Windows color (decimal): -12099669 or 11231047. OLE color: 11231047.

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

Color convert

RGB 71 95 171 -
CMYK 0.58 0.44 0 0.33
HSL 225.6º 0.41% 0.47% -
HSV(B) 225.6º 0.58% 0.67% -
XYZ 14.04 12.46 40.19 -
YUV 96.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 71 95 171 0.58 0.44 0 0.33 225.6 0.41 0.47
Hex 47 5F AB 3A 2C 0 21 E2 29 2F
Octal 107 137 253 72 54 0 41 342 51 57
Binary 1000111 1011111 10101011 111010 101100 0 100001 11100010 101001 101111

Color Harmonies of #475FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FAB

Black with #475FAB

Text Example


Text Example

White with #475FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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