Html Css Color HEX #41737F Bismark

📋 copy color: '#41737F'

red 65 ◦ green 115 ◦ blue 127

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

Shades of Bismark #41737F

Tints of Bismark #41737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 21.17%
G = 37.46%
B = 41.37%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41737F (or 0x41737F) is known color: Bismark. HEX triplet: 41, 73 and 7F. RGB value is (65,115,127). Sum of RGB (Red+Green+Blue) = 65+115+127=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #41737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41737F is #BE8C80. Grayscale: #656565. Windows color (decimal): -12487809 or 8352577. OLE color: 8352577.

HSL color Cylindrical-coordinate representation of color #41737F: hue angle of 191.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41737F is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 115 127 -
CMYK 0.49 0.09 0 0.50
HSL 191.61º 0.32% 0.38% -
HSV(B) 191.61º 0.49% 0.5% -
XYZ 12.14 14.92 22.32 -
YUV 101.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 65 115 127 0.49 0.09 0 0.50 191.61 0.32 0.38
Hex 41 73 7F 31 9 0 32 C0 20 26
Octal 101 163 177 61 11 0 62 300 40 46
Binary 1000001 1110011 1111111 110001 1001 0 110010 11000000 100000 100110

Color Harmonies of #41737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41737F

Black with #41737F

Text Example


Text Example

White with #41737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41737F; }

 p { color: rgb(65,115,127); }

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

background-color css

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

 a { background-color: rgb(65,115,127); }

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

border-color css

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

 span { border-color: rgb(65,115,127); }

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