Html Css Color HEX #446C77 Bismark

📋 copy color: '#446C77'

red 68 ◦ green 108 ◦ blue 119

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

Shades of Bismark #446C77

Tints of Bismark #446C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 23.05%
G = 36.61%
B = 40.34%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446C77 (or 0x446C77) is known color: Bismark. HEX triplet: 44, 6C and 77. RGB value is (68,108,119). Sum of RGB (Red+Green+Blue) = 68+108+119=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #446C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C77 is #BB9388. Grayscale: #616161. Windows color (decimal): -12293001 or 7826500. OLE color: 7826500.

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

Color convert

RGB 68 108 119 -
CMYK 0.43 0.09 0 0.53
HSL 192.94º 0.27% 0.37% -
HSV(B) 192.94º 0.43% 0.47% -
XYZ 11.08 13.29 19.43 -
YUV 97.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 68 108 119 0.43 0.09 0 0.53 192.94 0.27 0.37
Hex 44 6C 77 2B 9 0 35 C1 1B 25
Octal 104 154 167 53 11 0 65 301 33 45
Binary 1000100 1101100 1110111 101011 1001 0 110101 11000001 11011 100101

Color Harmonies of #446C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C77

Black with #446C77

Text Example


Text Example

White with #446C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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