Html Css Color HEX #446071 Bismark

📋 copy color: '#446071'

red 68 ◦ green 96 ◦ blue 113

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

Shades of Bismark #446071

Tints of Bismark #446071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 24.55%
G = 34.66%
B = 40.79%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446071 (or 0x446071) is known color: Bismark. HEX triplet: 44, 60 and 71. RGB value is (68,96,113). Sum of RGB (Red+Green+Blue) = 68+96+113=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #446071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446071 is #BB9F8E. Grayscale: #595959. Windows color (decimal): -12296079 or 7430212. OLE color: 7430212.

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

Color convert

RGB 68 96 113 -
CMYK 0.40 0.15 0 0.56
HSL 202.67º 0.25% 0.35% -
HSV(B) 202.67º 0.4% 0.44% -
XYZ 9.55 10.79 17.2 -
YUV 89.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 68 96 113 0.40 0.15 0 0.56 202.67 0.25 0.35
Hex 44 60 71 28 F 0 38 CB 19 23
Octal 104 140 161 50 17 0 70 313 31 43
Binary 1000100 1100000 1110001 101000 1111 0 111000 11001011 11001 100011

Color Harmonies of #446071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446071

Black with #446071

Text Example


Text Example

White with #446071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446071; }

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

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

background-color css

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

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

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

border-color css

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

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

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