Html Css Color HEX #446D82 Bismark

📋 copy color: '#446D82'

red 68 ◦ green 109 ◦ blue 130

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

Shades of Bismark #446D82

Tints of Bismark #446D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 22.15%
G = 35.5%
B = 42.35%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#446D82 (or 0x446D82) is known color: Bismark. HEX triplet: 44, 6D and 82. RGB value is (68,109,130). Sum of RGB (Red+Green+Blue) = 68+109+130=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #446D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D82 is #BB927D. Grayscale: #636363. Windows color (decimal): -12292734 or 8547652. OLE color: 8547652.

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

Color convert

RGB 68 109 130 -
CMYK 0.48 0.16 0 0.49
HSL 200.32º 0.31% 0.39% -
HSV(B) 200.32º 0.48% 0.51% -
XYZ 11.88 13.78 23.15 -
YUV 99.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 68 109 130 0.48 0.16 0 0.49 200.32 0.31 0.39
Hex 44 6D 82 30 10 0 31 C8 1F 27
Octal 104 155 202 60 20 0 61 310 37 47
Binary 1000100 1101101 10000010 110000 10000 0 110001 11001000 11111 100111

Color Harmonies of #446D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D82

Black with #446D82

Text Example


Text Example

White with #446D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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