Html Css Color HEX #446880 Bismark

📋 copy color: '#446880'

red 68 ◦ green 104 ◦ blue 128

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

Shades of Bismark #446880

Tints of Bismark #446880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 22.67%
G = 34.67%
B = 42.67%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#446880 (or 0x446880) is known color: Bismark. HEX triplet: 44, 68 and 80. RGB value is (68,104,128). Sum of RGB (Red+Green+Blue) = 68+104+128=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #446880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446880 is #BB977F. Grayscale: #5F5F5F. Windows color (decimal): -12294016 or 8415300. OLE color: 8415300.

HSL color Cylindrical-coordinate representation of color #446880: hue angle of 204º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446880 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 104 128 -
CMYK 0.47 0.19 0 0.50
HSL 204º 0.31% 0.38% -
HSV(B) 204º 0.47% 0.5% -
XYZ 11.23 12.69 22.28 -
YUV 95.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 68 104 128 0.47 0.19 0 0.50 204 0.31 0.38
Hex 44 68 80 2F 13 0 32 CC 1F 26
Octal 104 150 200 57 23 0 62 314 37 46
Binary 1000100 1101000 10000000 101111 10011 0 110010 11001100 11111 100110

Color Harmonies of #446880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446880

Black with #446880

Text Example


Text Example

White with #446880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446880; }

 p { color: rgb(68,104,128); }

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

background-color css

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

 a { background-color: rgb(68,104,128); }

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

border-color css

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

 span { border-color: rgb(68,104,128); }

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