#446978

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

Shades of Bismark #446978

Tints of Bismark #446978

Color information

#446978 (or 0x446978) is unknown color: approx Bismark. HEX triplet: 44, 69 and 78. RGB value is (68,105,120). Sum of RGB (Red+Green+Blue) = 68+105+120=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #446978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446978 is #BB9687. Grayscale: #5F5F5F. Windows color (decimal): -12293768 or 7891268. OLE color: 7891268.

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

Color convert

RGB68105120-
CMYK0.430.1300.53
HSL197.31º27.66%36.86%-
HSV(B)197.31º43.33%47.06%-
XYZ10.8312.6919.65-
YUV95.65141.74108.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=23.21%
G=35.84%
B=40.96%

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
Decimal681051200.430.1300.53197.3127.6636.86
Hex4469782BD035c51c25
Octal10415117053150653053445
Binary100010011010011111000101011110101101011100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446978; }

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

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

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

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

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

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

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

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