Html Css Color HEX #446D81 Bismark

📋 copy color: '#446D81'

red 68 ◦ green 109 ◦ blue 129

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

Shades of Bismark #446D81

Tints of Bismark #446D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 22.22%
G = 35.62%
B = 42.16%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#446D81 (or 0x446D81) is known color: Bismark. HEX triplet: 44, 6D and 81. RGB value is (68,109,129). Sum of RGB (Red+Green+Blue) = 68+109+129=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #446D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D81 is #BB927E. Grayscale: #626262. Windows color (decimal): -12292735 or 8482116. OLE color: 8482116.

HSL color Cylindrical-coordinate representation of color #446D81: hue angle of 199.67º 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 #446D81 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 109 129 -
CMYK 0.47 0.16 0 0.49
HSL 199.67º 0.31% 0.39% -
HSV(B) 199.67º 0.47% 0.51% -
XYZ 11.81 13.75 22.8 -
YUV 99.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 68 109 129 0.47 0.16 0 0.49 199.67 0.31 0.39
Hex 44 6D 81 2F 10 0 31 C8 1F 27
Octal 104 155 201 57 20 0 61 310 37 47
Binary 1000100 1101101 10000001 101111 10000 0 110001 11001000 11111 100111

Color Harmonies of #446D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D81

Black with #446D81

Text Example


Text Example

White with #446D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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