Html Css Color HEX #446976 Bismark

📋 copy color: '#446976'

red 68 ◦ green 105 ◦ blue 118

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

Shades of Bismark #446976

Tints of Bismark #446976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 23.37%
G = 36.08%
B = 40.55%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446976 (or 0x446976) is known color: Bismark. HEX triplet: 44, 69 and 76. RGB value is (68,105,118). Sum of RGB (Red+Green+Blue) = 68+105+118=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #446976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446976 is #BB9689. Grayscale: #5F5F5F. Windows color (decimal): -12293770 or 7760196. OLE color: 7760196.

HSL color Cylindrical-coordinate representation of color #446976: hue angle of 195.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446976 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 105 118 -
CMYK 0.42 0.11 0 0.54
HSL 195.6º 0.27% 0.36% -
HSV(B) 195.6º 0.42% 0.46% -
XYZ 10.71 12.64 19.02 -
YUV 95.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 68 105 118 0.42 0.11 0 0.54 195.6 0.27 0.36
Hex 44 69 76 2A B 0 36 C4 1B 24
Octal 104 151 166 52 13 0 66 304 33 44
Binary 1000100 1101001 1110110 101010 1011 0 110110 11000100 11011 100100

Color Harmonies of #446976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446976

Black with #446976

Text Example


Text Example

White with #446976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446976; }

 p { color: rgb(68,105,118); }

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

background-color css

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

 a { background-color: rgb(68,105,118); }

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

border-color css

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

 span { border-color: rgb(68,105,118); }

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