#446470

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

Shades of Bismark #446470

Tints of Bismark #446470

Color information

#446470 (or 0x446470) is unknown color: approx Bismark. HEX triplet: 44, 64 and 70. RGB value is (68,100,112). Sum of RGB (Red+Green+Blue) = 68+100+112=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #446470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446470 is #BB9B8F. Grayscale: #5B5B5B. Windows color (decimal): -12295056 or 7365700. OLE color: 7365700.

HSL color Cylindrical-coordinate representation of color #446470: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446470 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68100112-
CMYK0.390.1100.56
HSL196.36º24.44%35.29%-
HSV(B)196.36º39.29%43.92%-
XYZ9.8711.5117.03-
YUV91.8139.4111.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 112 (44.14% from 255) = 40%
R=24.29%
G=35.71%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681001120.390.1100.56196.3624.4435.29
Hex44647027B038c41823
Octal10414416047130703043043
Binary100010011001001110000100111101101110001100010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446470; }

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

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

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

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

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

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

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

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