Html Css Color HEX #446370 Bismark

📋 copy color: '#446370'

red 68 ◦ green 99 ◦ blue 112

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

Shades of Bismark #446370

Tints of Bismark #446370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 24.37%
G = 35.48%
B = 40.14%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446370 (or 0x446370) is known color: Bismark. HEX triplet: 44, 63 and 70. RGB value is (68,99,112). Sum of RGB (Red+Green+Blue) = 68+99+112=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #446370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446370 is #BB9C8F. Grayscale: #5B5B5B. Windows color (decimal): -12295312 or 7365444. OLE color: 7365444.

HSL color Cylindrical-coordinate representation of color #446370: hue angle of 197.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446370 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 99 112 -
CMYK 0.39 0.12 0 0.56
HSL 197.73º 0.24% 0.35% -
HSV(B) 197.73º 0.39% 0.44% -
XYZ 9.77 11.32 17 -
YUV 91.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 68 99 112 0.39 0.12 0 0.56 197.73 0.24 0.35
Hex 44 63 70 27 C 0 38 C6 18 23
Octal 104 143 160 47 14 0 70 306 30 43
Binary 1000100 1100011 1110000 100111 1100 0 111000 11000110 11000 100011

Color Harmonies of #446370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446370

Black with #446370

Text Example


Text Example

White with #446370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446370; }

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

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

background-color css

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

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

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

border-color css

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

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

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