#446272

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

Shades of Bismark #446272

Tints of Bismark #446272

Color information

#446272 (or 0x446272) is unknown color: approx Bismark. HEX triplet: 44, 62 and 72. RGB value is (68,98,114). Sum of RGB (Red+Green+Blue) = 68+98+114=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #446272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446272 is #BB9D8D. Grayscale: #5A5A5A. Windows color (decimal): -12295566 or 7496260. OLE color: 7496260.

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

Color convert

RGB6898114-
CMYK0.400.1400.55
HSL200.87º25.27%35.69%-
HSV(B)200.87º40.35%44.71%-
XYZ9.7911.1817.56-
YUV90.85141.06111.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=24.29%
G=35%
B=40.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68981140.400.1400.55200.8725.2735.69
Hex44627228E037c91924
Octal10414216250160673113144
Binary100010011000101110010101000111001101111100100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446272; }

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

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

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

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

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

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

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

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