Html Css Color HEX #446979 Bismark

📋 copy color: '#446979'

red 68 ◦ green 105 ◦ blue 121

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

Shades of Bismark #446979

Tints of Bismark #446979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 23.13%
G = 35.71%
B = 41.16%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446979 (or 0x446979) is known color: Bismark. HEX triplet: 44, 69 and 79. RGB value is (68,105,121). Sum of RGB (Red+Green+Blue) = 68+105+121=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #446979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446979 is #BB9686. Grayscale: #5F5F5F. Windows color (decimal): -12293767 or 7956804. OLE color: 7956804.

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

Color convert

RGB 68 105 121 -
CMYK 0.44 0.13 0 0.53
HSL 198.11º 0.28% 0.37% -
HSV(B) 198.11º 0.44% 0.47% -
XYZ 10.89 12.71 19.97 -
YUV 95.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 68 105 121 0.44 0.13 0 0.53 198.11 0.28 0.37
Hex 44 69 79 2C D 0 35 C6 1C 25
Octal 104 151 171 54 15 0 65 306 34 45
Binary 1000100 1101001 1111001 101100 1101 0 110101 11000110 11100 100101

Color Harmonies of #446979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446979

Black with #446979

Text Example


Text Example

White with #446979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446979; }

 p { color: rgb(68,105,121); }

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

background-color css

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

 a { background-color: rgb(68,105,121); }

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

border-color css

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

 span { border-color: rgb(68,105,121); }

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