Html Css Color HEX #446B77 Bismark

📋 copy color: '#446B77'

red 68 ◦ green 107 ◦ blue 119

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

Shades of Bismark #446B77

Tints of Bismark #446B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.39%

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

R = 23.13%
G = 36.39%
B = 40.48%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446B77 (or 0x446B77) is known color: Bismark. HEX triplet: 44, 6B and 77. RGB value is (68,107,119). Sum of RGB (Red+Green+Blue) = 68+107+119=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #446B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B77 is #BB9488. Grayscale: #606060. Windows color (decimal): -12293257 or 7826244. OLE color: 7826244.

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

Color convert

RGB 68 107 119 -
CMYK 0.43 0.10 0 0.53
HSL 194.12º 0.27% 0.37% -
HSV(B) 194.12º 0.43% 0.47% -
XYZ 10.97 13.08 19.4 -
YUV 96.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 68 107 119 0.43 0.10 0 0.53 194.12 0.27 0.37
Hex 44 6B 77 2B A 0 35 C2 1B 25
Octal 104 153 167 53 12 0 65 302 33 45
Binary 1000100 1101011 1110111 101011 1010 0 110101 11000010 11011 100101

Color Harmonies of #446B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B77

Black with #446B77

Text Example


Text Example

White with #446B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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