#446472

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

Shades of Bismark #446472

Tints of Bismark #446472

Color information

#446472 (or 0x446472) is unknown color: approx Bismark. HEX triplet: 44, 64 and 72. RGB value is (68,100,114). Sum of RGB (Red+Green+Blue) = 68+100+114=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #446472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446472 is #BB9B8D. Grayscale: #5B5B5B. Windows color (decimal): -12295054 or 7496772. OLE color: 7496772.

HSL color Cylindrical-coordinate representation of color #446472: hue angle of 198.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446472 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68100114-
CMYK0.400.1200.55
HSL198.26º25.27%35.69%-
HSV(B)198.26º40.35%44.71%-
XYZ9.9811.5617.62-
YUV92.03140.4110.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=24.11%
G=35.46%
B=40.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681001140.400.1200.55198.2625.2735.69
Hex44647228C037c61924
Octal10414416250140673063144
Binary100010011001001110010101000110001101111100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446472; }

 p { color: rgb(68,100,114); }

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

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

 a { background-color: rgb(68,100,114); }

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

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

 span { border-color: rgb(68,100,114); }

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