Html Css Color HEX #416D76 Bismark

📋 copy color: '#416D76'

red 65 ◦ green 109 ◦ blue 118

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

Shades of Bismark #416D76

Tints of Bismark #416D76

RGB

 RED value IS 65 (25.78% from 255) = 22.26%

 GREEN value IS 109 (42.97% from 255) = 37.33%

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

R = 22.26%
G = 37.33%
B = 40.41%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416D76 (or 0x416D76) is known color: Bismark. HEX triplet: 41, 6D and 76. RGB value is (65,109,118). Sum of RGB (Red+Green+Blue) = 65+109+118=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 109 (42.97% from 255 or 37.33% 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 #416D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D76 is #BE9289. Grayscale: #606060. Windows color (decimal): -12489354 or 7761217. OLE color: 7761217.

HSL color Cylindrical-coordinate representation of color #416D76: hue angle of 190.19º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416D76 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 109 118 -
CMYK 0.45 0.08 0 0.54
HSL 190.19º 0.29% 0.36% -
HSV(B) 190.19º 0.45% 0.46% -
XYZ 10.92 13.37 19.14 -
YUV 96.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 65 109 118 0.45 0.08 0 0.54 190.19 0.29 0.36
Hex 41 6D 76 2D 8 0 36 BE 1D 24
Octal 101 155 166 55 10 0 66 276 35 44
Binary 1000001 1101101 1110110 101101 1000 0 110110 10111110 11101 100100

Color Harmonies of #416D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D76

Black with #416D76

Text Example


Text Example

White with #416D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D76; }

 p { color: rgb(65,109,118); }

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

background-color css

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

 a { background-color: rgb(65,109,118); }

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

border-color css

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

 span { border-color: rgb(65,109,118); }

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