Html Css Color HEX #446F7D Bismark

📋 copy color: '#446F7D'

red 68 ◦ green 111 ◦ blue 125

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

Shades of Bismark #446F7D

Tints of Bismark #446F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 22.37%
G = 36.51%
B = 41.12%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#446F7D (or 0x446F7D) is known color: Bismark. HEX triplet: 44, 6F and 7D. RGB value is (68,111,125). Sum of RGB (Red+Green+Blue) = 68+111+125=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #446F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F7D is #BB9082. Grayscale: #636363. Windows color (decimal): -12292227 or 8220484. OLE color: 8220484.

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

Color convert

RGB 68 111 125 -
CMYK 0.46 0.11 0 0.51
HSL 194.74º 0.3% 0.38% -
HSV(B) 194.74º 0.46% 0.49% -
XYZ 11.77 14.08 21.5 -
YUV 99.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 68 111 125 0.46 0.11 0 0.51 194.74 0.3 0.38
Hex 44 6F 7D 2E B 0 33 C3 1E 26
Octal 104 157 175 56 13 0 63 303 36 46
Binary 1000100 1101111 1111101 101110 1011 0 110011 11000011 11110 100110

Color Harmonies of #446F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F7D

Black with #446F7D

Text Example


Text Example

White with #446F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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