Html Css Color HEX #446F7F Bismark

📋 copy color: '#446F7F'

red 68 ◦ green 111 ◦ blue 127

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

Shades of Bismark #446F7F

Tints of Bismark #446F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 22.22%
G = 36.27%
B = 41.5%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446F7F (or 0x446F7F) is known color: Bismark. HEX triplet: 44, 6F and 7F. RGB value is (68,111,127). Sum of RGB (Red+Green+Blue) = 68+111+127=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #446F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F7F is #BB9080. Grayscale: #636363. Windows color (decimal): -12292225 or 8351556. OLE color: 8351556.

HSL color Cylindrical-coordinate representation of color #446F7F: hue angle of 196.27º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446F7F is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 111 127 -
CMYK 0.46 0.13 0 0.50
HSL 196.27º 0.3% 0.38% -
HSV(B) 196.27º 0.46% 0.5% -
XYZ 11.9 14.13 22.18 -
YUV 99.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 68 111 127 0.46 0.13 0 0.50 196.27 0.3 0.38
Hex 44 6F 7F 2E D 0 32 C4 1E 26
Octal 104 157 177 56 15 0 62 304 36 46
Binary 1000100 1101111 1111111 101110 1101 0 110010 11000100 11110 100110

Color Harmonies of #446F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F7F

Black with #446F7F

Text Example


Text Example

White with #446F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F7F; }

 p { color: rgb(68,111,127); }

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

background-color css

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

 a { background-color: rgb(68,111,127); }

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

border-color css

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

 span { border-color: rgb(68,111,127); }

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