Html Css Color HEX #446379 Bismark

📋 copy color: '#446379'

red 68 ◦ green 99 ◦ blue 121

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

Shades of Bismark #446379

Tints of Bismark #446379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 23.61%
G = 34.38%
B = 42.01%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#446379 (or 0x446379) is known color: Bismark. HEX triplet: 44, 63 and 79. RGB value is (68,99,121). Sum of RGB (Red+Green+Blue) = 68+99+121=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #446379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446379 is #BB9C86. Grayscale: #5C5C5C. Windows color (decimal): -12295303 or 7955268. OLE color: 7955268.

HSL color Cylindrical-coordinate representation of color #446379: hue angle of 204.91º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446379 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 99 121 -
CMYK 0.44 0.18 0 0.53
HSL 204.91º 0.28% 0.37% -
HSV(B) 204.91º 0.44% 0.47% -
XYZ 10.3 11.53 19.77 -
YUV 92.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 68 99 121 0.44 0.18 0 0.53 204.91 0.28 0.37
Hex 44 63 79 2C 12 0 35 CD 1C 25
Octal 104 143 171 54 22 0 65 315 34 45
Binary 1000100 1100011 1111001 101100 10010 0 110101 11001101 11100 100101

Color Harmonies of #446379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446379

Black with #446379

Text Example


Text Example

White with #446379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446379; }

 p { color: rgb(68,99,121); }

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

background-color css

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

 a { background-color: rgb(68,99,121); }

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

border-color css

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

 span { border-color: rgb(68,99,121); }

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