Html Css Color HEX #446371 Bismark

📋 copy color: '#446371'

red 68 ◦ green 99 ◦ blue 113

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

Shades of Bismark #446371

Tints of Bismark #446371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 24.29%
G = 35.36%
B = 40.36%

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

#446371 (or 0x446371) is known color: Bismark. HEX triplet: 44, 63 and 71. RGB value is (68,99,113). Sum of RGB (Red+Green+Blue) = 68+99+113=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #446371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446371 is #BB9C8E. Grayscale: #5B5B5B. Windows color (decimal): -12295311 or 7430980. OLE color: 7430980.

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

Color convert

RGB 68 99 113 -
CMYK 0.40 0.12 0 0.56
HSL 198.67º 0.25% 0.35% -
HSV(B) 198.67º 0.4% 0.44% -
XYZ 9.83 11.34 17.29 -
YUV 91.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 68 99 113 0.40 0.12 0 0.56 198.67 0.25 0.35
Hex 44 63 71 28 C 0 38 C7 19 23
Octal 104 143 161 50 14 0 70 307 31 43
Binary 1000100 1100011 1110001 101000 1100 0 111000 11000111 11001 100011

Color Harmonies of #446371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446371

Black with #446371

Text Example


Text Example

White with #446371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446371; }

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

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

background-color css

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

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

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

border-color css

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

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

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