Html Css Color HEX #416B76 Bismark

📋 copy color: '#416B76'

red 65 ◦ green 107 ◦ blue 118

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

Shades of Bismark #416B76

Tints of Bismark #416B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 22.41%
G = 36.9%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416B76 (or 0x416B76) is known color: Bismark. HEX triplet: 41, 6B and 76. RGB value is (65,107,118). Sum of RGB (Red+Green+Blue) = 65+107+118=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #416B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B76 is #BE9489. Grayscale: #5F5F5F. Windows color (decimal): -12489866 or 7760705. OLE color: 7760705.

HSL color Cylindrical-coordinate representation of color #416B76: hue angle of 192.45º 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 #416B76 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 107 118 -
CMYK 0.45 0.09 0 0.54
HSL 192.45º 0.29% 0.36% -
HSV(B) 192.45º 0.45% 0.46% -
XYZ 10.71 12.95 19.07 -
YUV 95.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 65 107 118 0.45 0.09 0 0.54 192.45 0.29 0.36
Hex 41 6B 76 2D 9 0 36 C0 1D 24
Octal 101 153 166 55 11 0 66 300 35 44
Binary 1000001 1101011 1110110 101101 1001 0 110110 11000000 11101 100100

Color Harmonies of #416B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B76

Black with #416B76

Text Example


Text Example

White with #416B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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