Html Css Color HEX #446C76 Bismark

📋 copy color: '#446C76'

red 68 ◦ green 108 ◦ blue 118

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

Shades of Bismark #446C76

Tints of Bismark #446C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 23.13%
G = 36.73%
B = 40.14%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446C76 (or 0x446C76) is known color: Bismark. HEX triplet: 44, 6C and 76. RGB value is (68,108,118). Sum of RGB (Red+Green+Blue) = 68+108+118=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #446C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C76 is #BB9389. Grayscale: #616161. Windows color (decimal): -12293002 or 7760964. OLE color: 7760964.

HSL color Cylindrical-coordinate representation of color #446C76: hue angle of 192º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446C76 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 108 118 -
CMYK 0.42 0.08 0 0.54
HSL 192º 0.27% 0.36% -
HSV(B) 192º 0.42% 0.46% -
XYZ 11.02 13.26 19.12 -
YUV 97.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 68 108 118 0.42 0.08 0 0.54 192 0.27 0.36
Hex 44 6C 76 2A 8 0 36 C0 1B 24
Octal 104 154 166 52 10 0 66 300 33 44
Binary 1000100 1101100 1110110 101010 1000 0 110110 11000000 11011 100100

Color Harmonies of #446C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C76

Black with #446C76

Text Example


Text Example

White with #446C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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