#446172

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

Shades of Bismark #446172

Tints of Bismark #446172

Color information

#446172 (or 0x446172) is unknown color: approx Bismark. HEX triplet: 44, 61 and 72. RGB value is (68,97,114). Sum of RGB (Red+Green+Blue) = 68+97+114=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #446172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446172 is #BB9E8D. Grayscale: #5A5A5A. Windows color (decimal): -12295822 or 7496004. OLE color: 7496004.

HSL color Cylindrical-coordinate representation of color #446172: hue angle of 202.17º 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 #446172 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6897114-
CMYK0.400.1500.55
HSL202.17º25.27%35.69%-
HSV(B)202.17º40.35%44.71%-
XYZ9.710.9917.53-
YUV90.27141.39112.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=24.37%
G=34.77%
B=40.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68971140.400.1500.55202.1725.2735.69
Hex44617228F037ca1924
Octal10414116250170673123144
Binary100010011000011110010101000111101101111100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446172; }

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

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

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

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

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

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

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

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