#47677B

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

Shades of Bismark #47677B

Tints of Bismark #47677B

Color information

#47677B (or 0x47677B) is unknown color: approx Bismark. HEX triplet: 47, 67 and 7B. RGB value is (71,103,123). Sum of RGB (Red+Green+Blue) = 71+103+123=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #47677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47677B is #B89884. Grayscale: #5F5F5F. Windows color (decimal): -12097669 or 8087367. OLE color: 8087367.

HSL color Cylindrical-coordinate representation of color #47677B: hue angle of 203.08º 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 #47677B is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71103123-
CMYK0.420.1600.52
HSL203.08º26.8%38.04%-
HSV(B)203.08º42.28%48.24%-
XYZ11.0212.4720.56-
YUV95.71143.4110.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=23.91%
G=34.68%
B=41.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711031230.420.1600.52203.0826.838.04
Hex47677B2A10034cb1b26
Octal10714717352200643133346
Binary1000111110011111110111010101000001101001100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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