Html Css Color HEX #41707E Bismark

📋 copy color: '#41707E'

red 65 ◦ green 112 ◦ blue 126

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

Shades of Bismark #41707E

Tints of Bismark #41707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 21.45%
G = 36.96%
B = 41.58%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41707E (or 0x41707E) is known color: Bismark. HEX triplet: 41, 70 and 7E. RGB value is (65,112,126). Sum of RGB (Red+Green+Blue) = 65+112+126=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #41707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41707E is #BE8F81. Grayscale: #636363. Windows color (decimal): -12488578 or 8286273. OLE color: 8286273.

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

Color convert

RGB 65 112 126 -
CMYK 0.48 0.11 0 0.51
HSL 193.77º 0.32% 0.37% -
HSV(B) 193.77º 0.48% 0.49% -
XYZ 11.74 14.22 21.86 -
YUV 99.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 65 112 126 0.48 0.11 0 0.51 193.77 0.32 0.37
Hex 41 70 7E 30 B 0 33 C2 20 25
Octal 101 160 176 60 13 0 63 302 40 45
Binary 1000001 1110000 1111110 110000 1011 0 110011 11000010 100000 100101

Color Harmonies of #41707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41707E

Black with #41707E

Text Example


Text Example

White with #41707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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