#446572

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

Shades of Bismark #446572

Tints of Bismark #446572

Color information

#446572 (or 0x446572) is unknown color: approx Bismark. HEX triplet: 44, 65 and 72. RGB value is (68,101,114). Sum of RGB (Red+Green+Blue) = 68+101+114=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #446572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446572 is #BB9A8D. Grayscale: #5C5C5C. Windows color (decimal): -12294798 or 7497028. OLE color: 7497028.

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

Color convert

RGB68101114-
CMYK0.400.1100.55
HSL196.96º25.27%35.69%-
HSV(B)196.96º40.35%44.71%-
XYZ10.0711.7517.66-
YUV92.62140.07110.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=24.03%
G=35.69%
B=40.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681011140.400.1100.55196.9625.2735.69
Hex44657228B037c51924
Octal10414516250130673053144
Binary100010011001011110010101000101101101111100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446572; }

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

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

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

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

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

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

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

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