#476273

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

Shades of Bismark #476273

Tints of Bismark #476273

Color information

#476273 (or 0x476273) is unknown color: approx Bismark. HEX triplet: 47, 62 and 73. RGB value is (71,98,115). Sum of RGB (Red+Green+Blue) = 71+98+115=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #476273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476273 is #B89D8C. Grayscale: #5B5B5B. Windows color (decimal): -12098957 or 7561799. OLE color: 7561799.

HSL color Cylindrical-coordinate representation of color #476273: hue angle of 203.18º 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 #476273 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7198115-
CMYK0.380.1500.55
HSL203.18º23.66%36.47%-
HSV(B)203.18º38.26%45.1%-
XYZ10.0611.3117.87-
YUV91.86141.05113.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=25%
G=34.51%
B=40.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71981150.380.1500.55203.1823.6636.47
Hex47627326F037cb1824
Octal10714216346170673133044
Binary100011111000101110011100110111101101111100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476273; }

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

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

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

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

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

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

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

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