Html Css Color HEX #446373 Bismark

📋 copy color: '#446373'

red 68 ◦ green 99 ◦ blue 115

#446373
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #446373

Tints of Bismark #446373

RGB

 RED value IS 68 (26.95% from 255) = 24.11%

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 24.11%
G = 35.11%
B = 40.78%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446373 (or 0x446373) is known color: Bismark. HEX triplet: 44, 63 and 73. RGB value is (68,99,115). Sum of RGB (Red+Green+Blue) = 68+99+115=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #446373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446373 is #BB9C8C. Grayscale: #5B5B5B. Windows color (decimal): -12295309 or 7562052. OLE color: 7562052.

HSL color Cylindrical-coordinate representation of color #446373: hue angle of 200.43º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446373 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 99 115 -
CMYK 0.41 0.14 0 0.55
HSL 200.43º 0.26% 0.36% -
HSV(B) 200.43º 0.41% 0.45% -
XYZ 9.94 11.39 17.89 -
YUV 91.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 68 99 115 0.41 0.14 0 0.55 200.43 0.26 0.36
Hex 44 63 73 29 E 0 37 C8 1A 24
Octal 104 143 163 51 16 0 67 310 32 44
Binary 1000100 1100011 1110011 101001 1110 0 110111 11001000 11010 100100

Color Harmonies of #446373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446373

Black with #446373

Text Example


Text Example

White with #446373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446373; }

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

 H1.HeaderClassName
 {
   color: #446373;
 }
 .AnyTagClassName
 {
   color: #446373;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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