Html Css Color HEX #446C7C Bismark

📋 copy color: '#446C7C'

red 68 ◦ green 108 ◦ blue 124

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

Shades of Bismark #446C7C

Tints of Bismark #446C7C

RGB

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

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

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

R = 22.67%
G = 36%
B = 41.33%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#446C7C (or 0x446C7C) is known color: Bismark. HEX triplet: 44, 6C and 7C. RGB value is (68,108,124). Sum of RGB (Red+Green+Blue) = 68+108+124=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #446C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C7C is #BB9383. Grayscale: #616161. Windows color (decimal): -12292996 or 8154180. OLE color: 8154180.

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

Color convert

RGB 68 108 124 -
CMYK 0.45 0.13 0 0.51
HSL 197.14º 0.29% 0.38% -
HSV(B) 197.14º 0.45% 0.49% -
XYZ 11.38 13.41 21.06 -
YUV 97.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 68 108 124 0.45 0.13 0 0.51 197.14 0.29 0.38
Hex 44 6C 7C 2D D 0 33 C5 1D 26
Octal 104 154 174 55 15 0 63 305 35 46
Binary 1000100 1101100 1111100 101101 1101 0 110011 11000101 11101 100110

Color Harmonies of #446C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C7C

Black with #446C7C

Text Example


Text Example

White with #446C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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