Html Css Color HEX #446872 Bismark

📋 copy color: '#446872'

red 68 ◦ green 104 ◦ blue 114

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

Shades of Bismark #446872

Tints of Bismark #446872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 23.78%
G = 36.36%
B = 39.86%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446872 (or 0x446872) is known color: Bismark. HEX triplet: 44, 68 and 72. RGB value is (68,104,114). Sum of RGB (Red+Green+Blue) = 68+104+114=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #446872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446872 is #BB978D. Grayscale: #5E5E5E. Windows color (decimal): -12294030 or 7497796. OLE color: 7497796.

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

Color convert

RGB 68 104 114 -
CMYK 0.40 0.09 0 0.55
HSL 193.04º 0.25% 0.36% -
HSV(B) 193.04º 0.4% 0.45% -
XYZ 10.37 12.34 17.76 -
YUV 94.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 68 104 114 0.40 0.09 0 0.55 193.04 0.25 0.36
Hex 44 68 72 28 9 0 37 C1 19 24
Octal 104 150 162 50 11 0 67 301 31 44
Binary 1000100 1101000 1110010 101000 1001 0 110111 11000001 11001 100100

Color Harmonies of #446872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446872

Black with #446872

Text Example


Text Example

White with #446872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446872; }

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

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

background-color css

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

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

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

border-color css

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

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

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