Html Css Color HEX #475E93 Mariner

📋 copy color: '#475E93'

red 71 ◦ green 94 ◦ blue 147

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

Shades of Mariner #475E93

Tints of Mariner #475E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 22.76%
G = 30.13%
B = 47.12%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#475E93 (or 0x475E93) is known color: Mariner. HEX triplet: 47, 5E and 93. RGB value is (71,94,147). Sum of RGB (Red+Green+Blue) = 71+94+147=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #475E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E93 is #B8A16C. Grayscale: #5C5C5C. Windows color (decimal): -12099949 or 9657927. OLE color: 9657927.

HSL color Cylindrical-coordinate representation of color #475E93: hue angle of 221.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475E93 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 94 147 -
CMYK 0.52 0.36 0 0.42
HSL 221.84º 0.35% 0.43% -
HSV(B) 221.84º 0.52% 0.58% -
XYZ 11.87 11.45 29.19 -
YUV 93.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 71 94 147 0.52 0.36 0 0.42 221.84 0.35 0.43
Hex 47 5E 93 34 24 0 2A DE 23 2B
Octal 107 136 223 64 44 0 52 336 43 53
Binary 1000111 1011110 10010011 110100 100100 0 101010 11011110 100011 101011

Color Harmonies of #475E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E93

Black with #475E93

Text Example


Text Example

White with #475E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,94,147); }

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

background-color css

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

 a { background-color: rgb(71,94,147); }

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

border-color css

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

 span { border-color: rgb(71,94,147); }

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