Html Css Color HEX #446671 Bismark

📋 copy color: '#446671'

red 68 ◦ green 102 ◦ blue 113

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

Shades of Bismark #446671

Tints of Bismark #446671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 24.03%
G = 36.04%
B = 39.93%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446671 (or 0x446671) is known color: Bismark. HEX triplet: 44, 66 and 71. RGB value is (68,102,113). Sum of RGB (Red+Green+Blue) = 68+102+113=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #446671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446671 is #BB998E. Grayscale: #5D5D5D. Windows color (decimal): -12294543 or 7431748. OLE color: 7431748.

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

Color convert

RGB 68 102 113 -
CMYK 0.40 0.10 0 0.56
HSL 194.67º 0.25% 0.35% -
HSV(B) 194.67º 0.4% 0.44% -
XYZ 10.12 11.92 17.39 -
YUV 93.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 68 102 113 0.40 0.10 0 0.56 194.67 0.25 0.35
Hex 44 66 71 28 A 0 38 C3 19 23
Octal 104 146 161 50 12 0 70 303 31 43
Binary 1000100 1100110 1110001 101000 1010 0 111000 11000011 11001 100011

Color Harmonies of #446671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446671

Black with #446671

Text Example


Text Example

White with #446671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446671; }

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

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

background-color css

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

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

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

border-color css

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

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

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