Html Css Color HEX #446B7C Bismark

📋 copy color: '#446B7C'

red 68 ◦ green 107 ◦ blue 124

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

Shades of Bismark #446B7C

Tints of Bismark #446B7C

RGB

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

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

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

R = 22.74%
G = 35.79%
B = 41.47%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#446B7C (or 0x446B7C) is known color: Bismark. HEX triplet: 44, 6B and 7C. RGB value is (68,107,124). Sum of RGB (Red+Green+Blue) = 68+107+124=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #446B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B7C is #BB9483. Grayscale: #616161. Windows color (decimal): -12293252 or 8153924. OLE color: 8153924.

HSL color Cylindrical-coordinate representation of color #446B7C: hue angle of 198.21º 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 #446B7C is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 107 124 -
CMYK 0.45 0.14 0 0.51
HSL 198.21º 0.29% 0.38% -
HSV(B) 198.21º 0.45% 0.49% -
XYZ 11.28 13.2 21.02 -
YUV 97.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 68 107 124 0.45 0.14 0 0.51 198.21 0.29 0.38
Hex 44 6B 7C 2D E 0 33 C6 1D 26
Octal 104 153 174 55 16 0 63 306 35 46
Binary 1000100 1101011 1111100 101101 1110 0 110011 11000110 11101 100110

Color Harmonies of #446B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B7C

Black with #446B7C

Text Example


Text Example

White with #446B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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