Html Css Color HEX #446B73 Bismark

📋 copy color: '#446B73'

red 68 ◦ green 107 ◦ blue 115

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

Shades of Bismark #446B73

Tints of Bismark #446B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 23.45%
G = 36.9%
B = 39.66%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446B73 (or 0x446B73) is known color: Bismark. HEX triplet: 44, 6B and 73. RGB value is (68,107,115). Sum of RGB (Red+Green+Blue) = 68+107+115=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #446B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B73 is #BB948C. Grayscale: #606060. Windows color (decimal): -12293261 or 7564100. OLE color: 7564100.

HSL color Cylindrical-coordinate representation of color #446B73: hue angle of 190.21º 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 #446B73 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 107 115 -
CMYK 0.41 0.07 0 0.55
HSL 190.21º 0.26% 0.36% -
HSV(B) 190.21º 0.41% 0.45% -
XYZ 10.74 12.98 18.16 -
YUV 96.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 68 107 115 0.41 0.07 0 0.55 190.21 0.26 0.36
Hex 44 6B 73 29 7 0 37 BE 1A 24
Octal 104 153 163 51 7 0 67 276 32 44
Binary 1000100 1101011 1110011 101001 111 0 110111 10111110 11010 100100

Color Harmonies of #446B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B73

Black with #446B73

Text Example


Text Example

White with #446B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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