#446F77

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

Shades of Bismark #446F77

Tints of Bismark #446F77

Color information

#446F77 (or 0x446F77) is unknown color: approx Bismark. HEX triplet: 44, 6F and 77. RGB value is (68,111,119). Sum of RGB (Red+Green+Blue) = 68+111+119=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #446F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F77 is #BB9088. Grayscale: #626262. Windows color (decimal): -12292233 or 7827268. OLE color: 7827268.

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

Color convert

RGB68111119-
CMYK0.430.0700.53
HSL189.41º27.27%36.67%-
HSV(B)189.41º42.86%46.67%-
XYZ11.413.9319.54-
YUV99.06139.25105.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=22.82%
G=37.25%
B=39.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681111190.430.0700.53189.4127.2736.67
Hex446F772B7035bd1b25
Octal1041571675370652753345
Binary10001001101111111011110101111101101011011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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