#447281

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

Shades of Bismark #447281

Tints of Bismark #447281

Color information

#447281 (or 0x447281) is unknown color: approx Bismark. HEX triplet: 44, 72 and 81. RGB value is (68,114,129). Sum of RGB (Red+Green+Blue) = 68+114+129=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #447281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447281 is #BB8D7E. Grayscale: #656565. Windows color (decimal): -12291455 or 8483396. OLE color: 8483396.

HSL color Cylindrical-coordinate representation of color #447281: hue angle of 194.75º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447281 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB68114129-
CMYK0.470.1200.49
HSL194.75º30.96%38.63%-
HSV(B)194.75º47.29%50.59%-
XYZ12.3614.8522.98-
YUV101.96143.26103.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=21.86%
G=36.66%
B=41.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681141290.470.1200.49194.7530.9638.63
Hex4472812FC031c31f27
Octal10416220157140613033747
Binary1000100111001010000001101111110001100011100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447281; }

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

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

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

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

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

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

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

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