#475F9C

Color #475F9C Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #475F9C

Tints of Mariner #475F9C

Color information

#475F9C (or 0x475F9C) is unknown color: approx Mariner. HEX triplet: 47, 5F and 9C. RGB value is (71,95,156). Sum of RGB (Red+Green+Blue) = 71+95+156=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #475F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F9C is #B8A063. Grayscale: #5E5E5E. Windows color (decimal): -12099684 or 10248007. OLE color: 10248007.

HSL color Cylindrical-coordinate representation of color #475F9C: hue angle of 223.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475F9C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7195156-
CMYK0.540.3900.39
HSL223.06º37.44%44.51%-
HSV(B)223.06º54.49%61.18%-
XYZ12.6911.9233.09-
YUV94.78162.55111.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=22.05%
G=29.50%
B=48.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71951560.540.3900.39223.0637.4444.51
Hex475F9C3627027df252d
Octal10713723466470473374555
Binary1000111101111110011100110110100111010011111011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #475F9C;
 }
 .AnyTagClassName
 {
   color: #475F9C;
 }
</style>
background-color css

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

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

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

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

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

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