#447079

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

Shades of Bismark #447079

Tints of Bismark #447079

Color information

#447079 (or 0x447079) is unknown color: approx Bismark. HEX triplet: 44, 70 and 79. RGB value is (68,112,121). Sum of RGB (Red+Green+Blue) = 68+112+121=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #447079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447079 is #BB8F86. Grayscale: #636363. Windows color (decimal): -12291975 or 7958596. OLE color: 7958596.

HSL color Cylindrical-coordinate representation of color #447079: hue angle of 190.19º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447079 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68112121-
CMYK0.440.0700.53
HSL190.19º28.04%37.06%-
HSV(B)190.19º43.8%47.45%-
XYZ11.6314.220.22-
YUV99.87139.92105.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=22.59%
G=37.21%
B=40.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681121210.440.0700.53190.1928.0437.06
Hex4470792C7035be1c25
Octal1041601715470652763445
Binary10001001110000111100110110011101101011011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447079; }

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

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

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

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

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

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

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

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