#477078

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

Shades of Bismark #477078

Tints of Bismark #477078

Color information

#477078 (or 0x477078) is unknown color: approx Bismark. HEX triplet: 47, 70 and 78. RGB value is (71,112,120). Sum of RGB (Red+Green+Blue) = 71+112+120=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #477078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477078 is #B88F87. Grayscale: #646464. Windows color (decimal): -12095368 or 7893063. OLE color: 7893063.

HSL color Cylindrical-coordinate representation of color #477078: hue angle of 189.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477078 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71112120-
CMYK0.410.0700.53
HSL189.8º25.65%37.45%-
HSV(B)189.8º40.83%47.06%-
XYZ11.7814.2819.91-
YUV100.65138.92106.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=23.43%
G=36.96%
B=39.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711121200.410.0700.53189.825.6537.45
Hex477078297035be1a25
Octal1071601705170652763245
Binary10001111110000111100010100111101101011011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477078; }

 p { color: rgb(71,112,120); }

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

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

 a { background-color: rgb(71,112,120); }

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

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

 span { border-color: rgb(71,112,120); }

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