Html Css Color HEX #475D9F Mariner

📋 copy color: '#475D9F'

red 71 ◦ green 93 ◦ blue 159

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

Shades of Mariner #475D9F

Tints of Mariner #475D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 21.98%
G = 28.79%
B = 49.23%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#475D9F (or 0x475D9F) is known color: Mariner. HEX triplet: 47, 5D and 9F. RGB value is (71,93,159). Sum of RGB (Red+Green+Blue) = 71+93+159=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #475D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D9F is #B8A260. Grayscale: #5D5D5D. Windows color (decimal): -12100193 or 10444103. OLE color: 10444103.

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

Color convert

RGB 71 93 159 -
CMYK 0.55 0.42 0 0.38
HSL 225º 0.38% 0.45% -
HSV(B) 225º 0.55% 0.62% -
XYZ 12.77 11.67 34.38 -
YUV 93.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 71 93 159 0.55 0.42 0 0.38 225 0.38 0.45
Hex 47 5D 9F 37 2A 0 26 E1 26 2D
Octal 107 135 237 67 52 0 46 341 46 55
Binary 1000111 1011101 10011111 110111 101010 0 100110 11100001 100110 101101

Color Harmonies of #475D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D9F

Black with #475D9F

Text Example


Text Example

White with #475D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,159); }

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

background-color css

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

 a { background-color: rgb(71,93,159); }

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

border-color css

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

 span { border-color: rgb(71,93,159); }

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