#476779

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

Shades of Bismark #476779

Tints of Bismark #476779

Color information

#476779 (or 0x476779) is unknown color: approx Bismark. HEX triplet: 47, 67 and 79. RGB value is (71,103,121). Sum of RGB (Red+Green+Blue) = 71+103+121=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #476779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476779 is #B89886. Grayscale: #5F5F5F. Windows color (decimal): -12097671 or 7956295. OLE color: 7956295.

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

Color convert

RGB71103121-
CMYK0.410.1500.53
HSL201.6º26.04%37.65%-
HSV(B)201.6º41.32%47.45%-
XYZ10.912.4219.91-
YUV95.48142.4110.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=24.07%
G=34.92%
B=41.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711031210.410.1500.53201.626.0437.65
Hex47677929F035ca1a26
Octal10714717151170653123246
Binary100011111001111111001101001111101101011100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476779; }

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

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

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

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

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

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

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

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