Html Css Color HEX #446E77 Bismark

📋 copy color: '#446E77'

red 68 ◦ green 110 ◦ blue 119

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

Shades of Bismark #446E77

Tints of Bismark #446E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.04%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 22.9%
G = 37.04%
B = 40.07%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446E77 (or 0x446E77) is known color: Bismark. HEX triplet: 44, 6E and 77. RGB value is (68,110,119). Sum of RGB (Red+Green+Blue) = 68+110+119=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #446E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E77 is #BB9188. Grayscale: #626262. Windows color (decimal): -12292489 or 7827012. OLE color: 7827012.

HSL color Cylindrical-coordinate representation of color #446E77: hue angle of 190.59º degrees, saturation: 0.27, 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 #446E77 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 110 119 -
CMYK 0.43 0.08 0 0.53
HSL 190.59º 0.27% 0.37% -
HSV(B) 190.59º 0.43% 0.47% -
XYZ 11.29 13.71 19.5 -
YUV 98.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 68 110 119 0.43 0.08 0 0.53 190.59 0.27 0.37
Hex 44 6E 77 2B 8 0 35 BF 1B 25
Octal 104 156 167 53 10 0 65 277 33 45
Binary 1000100 1101110 1110111 101011 1000 0 110101 10111111 11011 100101

Color Harmonies of #446E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E77

Black with #446E77

Text Example


Text Example

White with #446E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,110,119); }

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

background-color css

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

 a { background-color: rgb(68,110,119); }

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

border-color css

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

 span { border-color: rgb(68,110,119); }

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