#476673

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

Shades of Bismark #476673

Tints of Bismark #476673

Color information

#476673 (or 0x476673) is unknown color: approx Bismark. HEX triplet: 47, 66 and 73. RGB value is (71,102,115). Sum of RGB (Red+Green+Blue) = 71+102+115=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #476673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476673 is #B8998C. Grayscale: #5E5E5E. Windows color (decimal): -12097933 or 7562823. OLE color: 7562823.

HSL color Cylindrical-coordinate representation of color #476673: hue angle of 197.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476673 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71102115-
CMYK0.380.1100.55
HSL197.73º23.66%36.47%-
HSV(B)197.73º38.26%45.1%-
XYZ10.4412.0818-
YUV94.21139.73111.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=24.65%
G=35.42%
B=39.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711021150.380.1100.55197.7323.6636.47
Hex47667326B037c61824
Octal10714616346130673063044
Binary100011111001101110011100110101101101111100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476673; }

 p { color: rgb(71,102,115); }

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

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

 a { background-color: rgb(71,102,115); }

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

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

 span { border-color: rgb(71,102,115); }

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