#47657B

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

Shades of Bismark #47657B

Tints of Bismark #47657B

Color information

#47657B (or 0x47657B) is unknown color: approx Bismark. HEX triplet: 47, 65 and 7B. RGB value is (71,101,123). Sum of RGB (Red+Green+Blue) = 71+101+123=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #47657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47657B is #B89A84. Grayscale: #5E5E5E. Windows color (decimal): -12098181 or 8086855. OLE color: 8086855.

HSL color Cylindrical-coordinate representation of color #47657B: hue angle of 205.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47657B is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71101123-
CMYK0.420.1800.52
HSL205.38º26.8%38.04%-
HSV(B)205.38º42.28%48.24%-
XYZ10.8312.0820.5-
YUV94.54144.06111.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=24.07%
G=34.24%
B=41.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711011230.420.1800.52205.3826.838.04
Hex47657B2A12034cd1b26
Octal10714517352220643153346
Binary1000111110010111110111010101001001101001100110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47657B; }

 p { color: rgb(71,101,123); }

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

<style>
 a { background-color: #47657B; }

 a { background-color: rgb(71,101,123); }

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

<style>
 span { border-color: #47657B; }

 span { border-color: rgb(71,101,123); }

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