Html Css Color HEX #446471 Bismark

📋 copy color: '#446471'

red 68 ◦ green 100 ◦ blue 113

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

Shades of Bismark #446471

Tints of Bismark #446471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 24.2%
G = 35.59%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446471 (or 0x446471) is known color: Bismark. HEX triplet: 44, 64 and 71. RGB value is (68,100,113). Sum of RGB (Red+Green+Blue) = 68+100+113=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #446471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446471 is #BB9B8E. Grayscale: #5B5B5B. Windows color (decimal): -12295055 or 7431236. OLE color: 7431236.

HSL color Cylindrical-coordinate representation of color #446471: hue angle of 197.33º 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 #446471 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 100 113 -
CMYK 0.40 0.12 0 0.56
HSL 197.33º 0.25% 0.35% -
HSV(B) 197.33º 0.4% 0.44% -
XYZ 9.92 11.54 17.33 -
YUV 91.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 68 100 113 0.40 0.12 0 0.56 197.33 0.25 0.35
Hex 44 64 71 28 C 0 38 C5 19 23
Octal 104 144 161 50 14 0 70 305 31 43
Binary 1000100 1100100 1110001 101000 1100 0 111000 11000101 11001 100011

Color Harmonies of #446471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446471

Black with #446471

Text Example


Text Example

White with #446471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446471; }

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

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

background-color css

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

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

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

border-color css

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

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

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