Html Css Color HEX #446272 Bismark

📋 copy color: '#446272'

red 68 ◦ green 98 ◦ blue 114

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

Shades of Bismark #446272

Tints of Bismark #446272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 24.29%
G = 35%
B = 40.71%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446272 (or 0x446272) is known color: Bismark. HEX triplet: 44, 62 and 72. RGB value is (68,98,114). Sum of RGB (Red+Green+Blue) = 68+98+114=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #446272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446272 is #BB9D8D. Grayscale: #5A5A5A. Windows color (decimal): -12295566 or 7496260. OLE color: 7496260.

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

Color convert

RGB 68 98 114 -
CMYK 0.40 0.14 0 0.55
HSL 200.87º 0.25% 0.36% -
HSV(B) 200.87º 0.4% 0.45% -
XYZ 9.79 11.18 17.56 -
YUV 90.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 68 98 114 0.40 0.14 0 0.55 200.87 0.25 0.36
Hex 44 62 72 28 E 0 37 C9 19 24
Octal 104 142 162 50 16 0 67 311 31 44
Binary 1000100 1100010 1110010 101000 1110 0 110111 11001001 11001 100100

Color Harmonies of #446272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446272

Black with #446272

Text Example


Text Example

White with #446272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446272; }

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

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

background-color css

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

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

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

border-color css

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

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

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