#446777

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

Shades of Bismark #446777

Tints of Bismark #446777

Color information

#446777 (or 0x446777) is unknown color: approx Bismark. HEX triplet: 44, 67 and 77. RGB value is (68,103,119). Sum of RGB (Red+Green+Blue) = 68+103+119=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #446777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446777 is #BB9888. Grayscale: #5E5E5E. Windows color (decimal): -12294281 or 7825220. OLE color: 7825220.

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

Color convert

RGB68103119-
CMYK0.430.1300.53
HSL198.82º27.27%36.67%-
HSV(B)198.82º42.86%46.67%-
XYZ10.5612.2619.26-
YUV94.36141.9109.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=23.45%
G=35.52%
B=41.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681031190.430.1300.53198.8227.2736.67
Hex4467772BD035c71b25
Octal10414716753150653073345
Binary100010011001111110111101011110101101011100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446777; }

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

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

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

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

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

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

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

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