#476978

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

Shades of Bismark #476978

Tints of Bismark #476978

Color information

#476978 (or 0x476978) is unknown color: approx Bismark. HEX triplet: 47, 69 and 78. RGB value is (71,105,120). Sum of RGB (Red+Green+Blue) = 71+105+120=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #476978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476978 is #B89687. Grayscale: #606060. Windows color (decimal): -12097160 or 7891271. OLE color: 7891271.

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

Color convert

RGB71105120-
CMYK0.410.1300.53
HSL198.37º25.65%37.45%-
HSV(B)198.37º40.83%47.06%-
XYZ11.0412.819.66-
YUV96.54141.24109.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=23.99%
G=35.47%
B=40.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711051200.410.1300.53198.3725.6537.45
Hex47697829D035c61a25
Octal10715117051150653063245
Binary100011111010011111000101001110101101011100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476978; }

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

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

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

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

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

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

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

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