#446679

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

Shades of Bismark #446679

Tints of Bismark #446679

Color information

#446679 (or 0x446679) is unknown color: approx Bismark. HEX triplet: 44, 66 and 79. RGB value is (68,102,121). Sum of RGB (Red+Green+Blue) = 68+102+121=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #446679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446679 is #BB9986. Grayscale: #5D5D5D. Windows color (decimal): -12294535 or 7956036. OLE color: 7956036.

HSL color Cylindrical-coordinate representation of color #446679: hue angle of 201.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446679 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68102121-
CMYK0.440.1600.53
HSL201.51º28.04%37.06%-
HSV(B)201.51º43.8%47.45%-
XYZ10.5912.1119.87-
YUV94143.24109.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=23.37%
G=35.05%
B=41.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681021210.440.1600.53201.5128.0437.06
Hex4466792C10035ca1c25
Octal10414617154200653123445
Binary1000100110011011110011011001000001101011100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446679; }

 p { color: rgb(68,102,121); }

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

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

 a { background-color: rgb(68,102,121); }

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

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

 span { border-color: rgb(68,102,121); }

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