#476772

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

Shades of Bismark #476772

Tints of Bismark #476772

Color information

#476772 (or 0x476772) is unknown color: approx Bismark. HEX triplet: 47, 67 and 72. RGB value is (71,103,114). Sum of RGB (Red+Green+Blue) = 71+103+114=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #476772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476772 is #B8988D. Grayscale: #5E5E5E. Windows color (decimal): -12097678 or 7497543. OLE color: 7497543.

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

Color convert

RGB71103114-
CMYK0.380.1000.55
HSL195.35º23.24%36.27%-
HSV(B)195.35º37.72%44.71%-
XYZ10.4912.2517.73-
YUV94.69138.9111.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=24.65%
G=35.76%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711031140.380.1000.55195.3523.2436.27
Hex47677226A037c31724
Octal10714716246120673032744
Binary100011111001111110010100110101001101111100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476772; }

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

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

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

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

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

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

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

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