#446378

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

Shades of Bismark #446378

Tints of Bismark #446378

Color information

#446378 (or 0x446378) is unknown color: approx Bismark. HEX triplet: 44, 63 and 78. RGB value is (68,99,120). Sum of RGB (Red+Green+Blue) = 68+99+120=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #446378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446378 is #BB9C87. Grayscale: #5C5C5C. Windows color (decimal): -12295304 or 7889732. OLE color: 7889732.

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

Color convert

RGB6899120-
CMYK0.430.1700.53
HSL204.23º27.66%36.86%-
HSV(B)204.23º43.33%47.06%-
XYZ10.2411.5119.45-
YUV92.12143.73110.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=23.69%
G=34.49%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68991200.430.1700.53204.2327.6636.86
Hex4463782B11035cc1c25
Octal10414317053210653143445
Binary1000100110001111110001010111000101101011100110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446378; }

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

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

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

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

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

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

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

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