#446370

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

Shades of Bismark #446370

Tints of Bismark #446370

Color information

#446370 (or 0x446370) is unknown color: approx Bismark. HEX triplet: 44, 63 and 70. RGB value is (68,99,112). Sum of RGB (Red+Green+Blue) = 68+99+112=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #446370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446370 is #BB9C8F. Grayscale: #5B5B5B. Windows color (decimal): -12295312 or 7365444. OLE color: 7365444.

HSL color Cylindrical-coordinate representation of color #446370: hue angle of 197.73º 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 #446370 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6899112-
CMYK0.390.1200.56
HSL197.73º24.44%35.29%-
HSV(B)197.73º39.29%43.92%-
XYZ9.7711.3217-
YUV91.21139.73111.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=24.37%
G=35.48%
B=40.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68991120.390.1200.56197.7324.4435.29
Hex44637027C038c61823
Octal10414316047140703063043
Binary100010011000111110000100111110001110001100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446370; }

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

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

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

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

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

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

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

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