Html Css Color HEX #41717D Bismark

📋 copy color: '#41717D'

red 65 ◦ green 113 ◦ blue 125

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

Shades of Bismark #41717D

Tints of Bismark #41717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 21.45%
G = 37.29%
B = 41.25%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41717D (or 0x41717D) is known color: Bismark. HEX triplet: 41, 71 and 7D. RGB value is (65,113,125). Sum of RGB (Red+Green+Blue) = 65+113+125=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #41717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717D is #BE8E82. Grayscale: #636363. Windows color (decimal): -12488323 or 8220993. OLE color: 8220993.

HSL color Cylindrical-coordinate representation of color #41717D: hue angle of 192º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41717D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 113 125 -
CMYK 0.48 0.10 0 0.51
HSL 192º 0.32% 0.37% -
HSV(B) 192º 0.48% 0.49% -
XYZ 11.79 14.41 21.56 -
YUV 100.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 65 113 125 0.48 0.10 0 0.51 192 0.32 0.37
Hex 41 71 7D 30 A 0 33 C0 20 25
Octal 101 161 175 60 12 0 63 300 40 45
Binary 1000001 1110001 1111101 110000 1010 0 110011 11000000 100000 100101

Color Harmonies of #41717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41717D

Black with #41717D

Text Example


Text Example

White with #41717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41717D; }

 p { color: rgb(65,113,125); }

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

background-color css

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

 a { background-color: rgb(65,113,125); }

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

border-color css

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

 span { border-color: rgb(65,113,125); }

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