#476A75

Color #476A75 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #476A75

Tints of Bismark #476A75

Color information

#476A75 (or 0x476A75) is unknown color: approx Bismark. HEX triplet: 47, 6A and 75. RGB value is (71,106,117). Sum of RGB (Red+Green+Blue) = 71+106+117=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #476A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A75 is #B8958A. Grayscale: #606060. Windows color (decimal): -12096907 or 7694919. OLE color: 7694919.

HSL color Cylindrical-coordinate representation of color #476A75: hue angle of 194.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476A75 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71106117-
CMYK0.390.0900.54
HSL194.35º24.47%36.86%-
HSV(B)194.35º39.32%45.88%-
XYZ10.9612.9318.75-
YUV96.79139.4109.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=24.15%
G=36.05%
B=39.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711061170.390.0900.54194.3524.4736.86
Hex476A75279036c21825
Octal10715216547110663023045
Binary100011111010101110101100111100101101101100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A75; }

 p { color: rgb(71,106,117); }

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

<style>
 a { background-color: #476A75; }

 a { background-color: rgb(71,106,117); }

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

<style>
 span { border-color: #476A75; }

 span { border-color: rgb(71,106,117); }

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