Html Css Color HEX #446D7C Bismark

📋 copy color: '#446D7C'

red 68 ◦ green 109 ◦ blue 124

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

Shades of Bismark #446D7C

Tints of Bismark #446D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 22.59%
G = 36.21%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#446D7C (or 0x446D7C) is known color: Bismark. HEX triplet: 44, 6D and 7C. RGB value is (68,109,124). Sum of RGB (Red+Green+Blue) = 68+109+124=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #446D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D7C is #BB9283. Grayscale: #626262. Windows color (decimal): -12292740 or 8154436. OLE color: 8154436.

HSL color Cylindrical-coordinate representation of color #446D7C: hue angle of 196.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #446D7C is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 109 124 -
CMYK 0.45 0.12 0 0.51
HSL 196.07º 0.29% 0.38% -
HSV(B) 196.07º 0.45% 0.49% -
XYZ 11.49 13.62 21.09 -
YUV 98.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 68 109 124 0.45 0.12 0 0.51 196.07 0.29 0.38
Hex 44 6D 7C 2D C 0 33 C4 1D 26
Octal 104 155 174 55 14 0 63 304 35 46
Binary 1000100 1101101 1111100 101101 1100 0 110011 11000100 11101 100110

Color Harmonies of #446D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D7C

Black with #446D7C

Text Example


Text Example

White with #446D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,124); }

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

background-color css

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

 a { background-color: rgb(68,109,124); }

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

border-color css

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

 span { border-color: rgb(68,109,124); }

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