#476778

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

Shades of Bismark #476778

Tints of Bismark #476778

Color information

#476778 (or 0x476778) is unknown color: approx Bismark. HEX triplet: 47, 67 and 78. RGB value is (71,103,120). Sum of RGB (Red+Green+Blue) = 71+103+120=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #476778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476778 is #B89887. Grayscale: #5F5F5F. Windows color (decimal): -12097672 or 7890759. OLE color: 7890759.

HSL color Cylindrical-coordinate representation of color #476778: hue angle of 200.82º 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 #476778 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71103120-
CMYK0.410.1400.53
HSL200.82º25.65%37.45%-
HSV(B)200.82º40.83%47.06%-
XYZ10.8412.419.59-
YUV95.37141.9110.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=24.15%
G=35.03%
B=40.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711031200.410.1400.53200.8225.6537.45
Hex47677829E035c91a25
Octal10714717051160653113245
Binary100011111001111111000101001111001101011100100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476778; }

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

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

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

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

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

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

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

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