Html Css Color HEX #446172 Bismark

📋 copy color: '#446172'

red 68 ◦ green 97 ◦ blue 114

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

Shades of Bismark #446172

Tints of Bismark #446172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

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

R = 24.37%
G = 34.77%
B = 40.86%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446172 (or 0x446172) is known color: Bismark. HEX triplet: 44, 61 and 72. RGB value is (68,97,114). Sum of RGB (Red+Green+Blue) = 68+97+114=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #446172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446172 is #BB9E8D. Grayscale: #5A5A5A. Windows color (decimal): -12295822 or 7496004. OLE color: 7496004.

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

Color convert

RGB 68 97 114 -
CMYK 0.40 0.15 0 0.55
HSL 202.17º 0.25% 0.36% -
HSV(B) 202.17º 0.4% 0.45% -
XYZ 9.7 10.99 17.53 -
YUV 90.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 68 97 114 0.40 0.15 0 0.55 202.17 0.25 0.36
Hex 44 61 72 28 F 0 37 CA 19 24
Octal 104 141 162 50 17 0 67 312 31 44
Binary 1000100 1100001 1110010 101000 1111 0 110111 11001010 11001 100100

Color Harmonies of #446172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446172

Black with #446172

Text Example


Text Example

White with #446172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446172; }

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

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

background-color css

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

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

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

border-color css

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

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

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