#44727D

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

Shades of Bismark #44727D

Tints of Bismark #44727D

Color information

#44727D (or 0x44727D) is unknown color: approx Bismark. HEX triplet: 44, 72 and 7D. RGB value is (68,114,125). Sum of RGB (Red+Green+Blue) = 68+114+125=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #44727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44727D is #BB8D82. Grayscale: #656565. Windows color (decimal): -12291459 or 8221252. OLE color: 8221252.

HSL color Cylindrical-coordinate representation of color #44727D: hue angle of 191.58º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44727D is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68114125-
CMYK0.460.0900.51
HSL191.58º29.53%37.84%-
HSV(B)191.58º45.6%49.02%-
XYZ12.114.7421.61-
YUV101.5141.26104.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=22.15%
G=37.13%
B=40.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681141250.460.0900.51191.5829.5337.84
Hex44727D2E9033c01e26
Octal10416217556110633003646
Binary100010011100101111101101110100101100111100000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44727D; }

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

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

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

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

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

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

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

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