Html Css Color HEX #446B7F Bismark

📋 copy color: '#446B7F'

red 68 ◦ green 107 ◦ blue 127

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

Shades of Bismark #446B7F

Tints of Bismark #446B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

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

R = 22.52%
G = 35.43%
B = 42.05%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446B7F (or 0x446B7F) is known color: Bismark. HEX triplet: 44, 6B and 7F. RGB value is (68,107,127). Sum of RGB (Red+Green+Blue) = 68+107+127=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #446B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B7F is #BB9480. Grayscale: #616161. Windows color (decimal): -12293249 or 8350532. OLE color: 8350532.

HSL color Cylindrical-coordinate representation of color #446B7F: hue angle of 200.34º 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 #446B7F is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 107 127 -
CMYK 0.46 0.16 0 0.50
HSL 200.34º 0.3% 0.38% -
HSV(B) 200.34º 0.46% 0.5% -
XYZ 11.47 13.28 22.04 -
YUV 97.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 68 107 127 0.46 0.16 0 0.50 200.34 0.3 0.38
Hex 44 6B 7F 2E 10 0 32 C8 1E 26
Octal 104 153 177 56 20 0 62 310 36 46
Binary 1000100 1101011 1111111 101110 10000 0 110010 11001000 11110 100110

Color Harmonies of #446B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B7F

Black with #446B7F

Text Example


Text Example

White with #446B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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