Html Css Color HEX #41707D Bismark

📋 copy color: '#41707D'

red 65 ◦ green 112 ◦ blue 125

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

Shades of Bismark #41707D

Tints of Bismark #41707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 21.52%
G = 37.09%
B = 41.39%

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

#41707D (or 0x41707D) is known color: Bismark. HEX triplet: 41, 70 and 7D. RGB value is (65,112,125). Sum of RGB (Red+Green+Blue) = 65+112+125=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #41707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41707D is #BE8F82. Grayscale: #636363. Windows color (decimal): -12488579 or 8220737. OLE color: 8220737.

HSL color Cylindrical-coordinate representation of color #41707D: hue angle of 193º 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 #41707D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 112 125 -
CMYK 0.48 0.10 0 0.51
HSL 193º 0.32% 0.37% -
HSV(B) 193º 0.48% 0.49% -
XYZ 11.68 14.19 21.53 -
YUV 99.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 65 112 125 0.48 0.10 0 0.51 193 0.32 0.37
Hex 41 70 7D 30 A 0 33 C1 20 25
Octal 101 160 175 60 12 0 63 301 40 45
Binary 1000001 1110000 1111101 110000 1010 0 110011 11000001 100000 100101

Color Harmonies of #41707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41707D

Black with #41707D

Text Example


Text Example

White with #41707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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