Html Css Color HEX #446978 Bismark

📋 copy color: '#446978'

red 68 ◦ green 105 ◦ blue 120

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

Shades of Bismark #446978

Tints of Bismark #446978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 23.21%
G = 35.84%
B = 40.96%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446978 (or 0x446978) is known color: Bismark. HEX triplet: 44, 69 and 78. RGB value is (68,105,120). Sum of RGB (Red+Green+Blue) = 68+105+120=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #446978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446978 is #BB9687. Grayscale: #5F5F5F. Windows color (decimal): -12293768 or 7891268. OLE color: 7891268.

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

Color convert

RGB 68 105 120 -
CMYK 0.43 0.13 0 0.53
HSL 197.31º 0.28% 0.37% -
HSV(B) 197.31º 0.43% 0.47% -
XYZ 10.83 12.69 19.65 -
YUV 95.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 68 105 120 0.43 0.13 0 0.53 197.31 0.28 0.37
Hex 44 69 78 2B D 0 35 C5 1C 25
Octal 104 151 170 53 15 0 65 305 34 45
Binary 1000100 1101001 1111000 101011 1101 0 110101 11000101 11100 100101

Color Harmonies of #446978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446978

Black with #446978

Text Example


Text Example

White with #446978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446978; }

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

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

background-color css

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

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

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

border-color css

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

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

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