Html Css Color HEX #446571 Bismark

📋 copy color: '#446571'

red 68 ◦ green 101 ◦ blue 113

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

Shades of Bismark #446571

Tints of Bismark #446571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 24.11%
G = 35.82%
B = 40.07%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446571 (or 0x446571) is known color: Bismark. HEX triplet: 44, 65 and 71. RGB value is (68,101,113). Sum of RGB (Red+Green+Blue) = 68+101+113=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #446571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446571 is #BB9A8E. Grayscale: #5C5C5C. Windows color (decimal): -12294799 or 7431492. OLE color: 7431492.

HSL color Cylindrical-coordinate representation of color #446571: hue angle of 196º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446571 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 101 113 -
CMYK 0.40 0.11 0 0.56
HSL 196º 0.25% 0.35% -
HSV(B) 196º 0.4% 0.44% -
XYZ 10.02 11.73 17.36 -
YUV 92.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 68 101 113 0.40 0.11 0 0.56 196 0.25 0.35
Hex 44 65 71 28 B 0 38 C4 19 23
Octal 104 145 161 50 13 0 70 304 31 43
Binary 1000100 1100101 1110001 101000 1011 0 111000 11000100 11001 100011

Color Harmonies of #446571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446571

Black with #446571

Text Example


Text Example

White with #446571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446571; }

 p { color: rgb(68,101,113); }

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

background-color css

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

 a { background-color: rgb(68,101,113); }

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

border-color css

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

 span { border-color: rgb(68,101,113); }

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