Html Css Color HEX #446A76 Bismark

📋 copy color: '#446A76'

red 68 ◦ green 106 ◦ blue 118

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

Shades of Bismark #446A76

Tints of Bismark #446A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

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

R = 23.29%
G = 36.3%
B = 40.41%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446A76 (or 0x446A76) is known color: Bismark. HEX triplet: 44, 6A and 76. RGB value is (68,106,118). Sum of RGB (Red+Green+Blue) = 68+106+118=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #446A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A76 is #BB9589. Grayscale: #5F5F5F. Windows color (decimal): -12293514 or 7760452. OLE color: 7760452.

HSL color Cylindrical-coordinate representation of color #446A76: hue angle of 194.4º 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 #446A76 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 106 118 -
CMYK 0.42 0.10 0 0.54
HSL 194.4º 0.27% 0.36% -
HSV(B) 194.4º 0.42% 0.46% -
XYZ 10.81 12.85 19.05 -
YUV 96.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 68 106 118 0.42 0.10 0 0.54 194.4 0.27 0.36
Hex 44 6A 76 2A A 0 36 C2 1B 24
Octal 104 152 166 52 12 0 66 302 33 44
Binary 1000100 1101010 1110110 101010 1010 0 110110 11000010 11011 100100

Color Harmonies of #446A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A76

Black with #446A76

Text Example


Text Example

White with #446A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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