Html Css Color HEX #446972 Bismark

📋 copy color: '#446972'

red 68 ◦ green 105 ◦ blue 114

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

Shades of Bismark #446972

Tints of Bismark #446972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 23.69%
G = 36.59%
B = 39.72%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446972 (or 0x446972) is known color: Bismark. HEX triplet: 44, 69 and 72. RGB value is (68,105,114). Sum of RGB (Red+Green+Blue) = 68+105+114=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #446972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446972 is #BB968D. Grayscale: #5E5E5E. Windows color (decimal): -12293774 or 7498052. OLE color: 7498052.

HSL color Cylindrical-coordinate representation of color #446972: hue angle of 191.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446972 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 105 114 -
CMYK 0.40 0.08 0 0.55
HSL 191.74º 0.25% 0.36% -
HSV(B) 191.74º 0.4% 0.45% -
XYZ 10.47 12.55 17.79 -
YUV 94.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 68 105 114 0.40 0.08 0 0.55 191.74 0.25 0.36
Hex 44 69 72 28 8 0 37 C0 19 24
Octal 104 151 162 50 10 0 67 300 31 44
Binary 1000100 1101001 1110010 101000 1000 0 110111 11000000 11001 100100

Color Harmonies of #446972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446972

Black with #446972

Text Example


Text Example

White with #446972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446972; }

 p { color: rgb(68,105,114); }

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

background-color css

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

 a { background-color: rgb(68,105,114); }

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

border-color css

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

 span { border-color: rgb(68,105,114); }

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