Html Css Color HEX #475E8C Mariner

📋 copy color: '#475E8C'

red 71 ◦ green 94 ◦ blue 140

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

Shades of Mariner #475E8C

Tints of Mariner #475E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 23.28%
G = 30.82%
B = 45.9%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#475E8C (or 0x475E8C) is known color: Mariner. HEX triplet: 47, 5E and 8C. RGB value is (71,94,140). Sum of RGB (Red+Green+Blue) = 71+94+140=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #475E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E8C is #B8A173. Grayscale: #5C5C5C. Windows color (decimal): -12099956 or 9199175. OLE color: 9199175.

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

Color convert

RGB 71 94 140 -
CMYK 0.49 0.33 0 0.45
HSL 220º 0.33% 0.41% -
HSV(B) 220º 0.49% 0.55% -
XYZ 11.33 11.24 26.38 -
YUV 92.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 71 94 140 0.49 0.33 0 0.45 220 0.33 0.41
Hex 47 5E 8C 31 21 0 2D DC 21 29
Octal 107 136 214 61 41 0 55 334 41 51
Binary 1000111 1011110 10001100 110001 100001 0 101101 11011100 100001 101001

Color Harmonies of #475E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E8C

Black with #475E8C

Text Example


Text Example

White with #475E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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