#476F77

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

Shades of Bismark #476F77

Tints of Bismark #476F77

Color information

#476F77 (or 0x476F77) is unknown color: approx Bismark. HEX triplet: 47, 6F and 77. RGB value is (71,111,119). Sum of RGB (Red+Green+Blue) = 71+111+119=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #476F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F77 is #B89088. Grayscale: #636363. Windows color (decimal): -12095625 or 7827271. OLE color: 7827271.

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

Color convert

RGB71111119-
CMYK0.400.0700.53
HSL190º25.26%37.25%-
HSV(B)190º40.34%46.67%-
XYZ11.6114.0419.55-
YUV99.95138.75107.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=23.59%
G=36.88%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711111190.400.0700.5319025.2637.25
Hex476F77287035be1925
Octal1071571675070652763145
Binary10001111101111111011110100011101101011011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F77; }

 p { color: rgb(71,111,119); }

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

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

 a { background-color: rgb(71,111,119); }

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

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

 span { border-color: rgb(71,111,119); }

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